plotGC-methods {qrqc} | R Documentation |
plotGC
plots the GC proportion by position.
plotGC(obj)
obj |
an S4 object of class that inherits from |
Vince Buffalo <vsbuffalo@ucdavis.edu>
## Not run: ## Load a FASTQ file, with sequence hashing. s.fastq <- readSeqFile(system.file('extdata', 'test.fastq', package='qrqc')) ## Plot Qualities plotGC(s.fastq) ## End(Not run)