Plot per Base GC Content by Position
每个碱基的GC含量的图位置
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plotGC plots the GC proportion by position.
plotGC图位置的GC比例。
用法----------Usage----------
plotGC(obj)
参数----------Arguments----------
参数:obj
an S4 object of class that inherits from SequenceSummary (either FASTASummary or FASTQSummary) from readSeqFile.
一个类的的S4对象继承SequenceSummaryFASTASummary(或者FASTQSummary或readSeqFile)。
作者(S)----------Author(s)----------
Vince Buffalo <vsbuffalo@ucdavis.edu>
举例----------Examples----------
## Load a FASTQ file, with sequence hashing.[#装入FASTQ的文件,序列的哈希。]
s.fastq <- readSeqFile(system.file('extdata', 'test.fastq', package='qrqc'))