plotGC: Plot per Base GC Content by Position

Description Usage Arguments Author(s) See Also Examples

Description

plotGC plots the GC proportion by position.

Usage

1
  plotGC(obj)

Arguments

obj

an S4 object of class that inherits from SequenceSummary (either FASTASummary or FASTQSummary) from readSeqFile.

Author(s)

Vince Buffalo <vsbuffalo@ucdavis.edu>

See Also

gcPlot

Examples

1
2
3
4
5
6
7
8
## 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)

qrqc documentation built on Nov. 8, 2020, 7:03 p.m.