plotSeqLengths-methods {qrqc}R Documentation

Plot Histogram of Sequence Lengths

Description

plotSeqLengths plots histogram of sequence lengths.

Usage

  plotSeqLengths(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

seqlenPlot

Examples

## Not run: 
  ## Load a FASTQ file, with sequence hashing.
  s.fastq <- readSeqFile(system.file('extdata', 'test.fastq', package='qrqc'))

  ## Plot Qualities
  plotSeqLengths(s.fastq)

## End(Not run)

[Package qrqc version 1.46.0 Index]