Learn R Programming

qrqc (version 1.26.0)

plotSeqLengths-methods: 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.

See Also

seqlenPlot

Examples

Run this code
## 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)

Run the code above in your browser using DataLab