The Learning Leader's Guide to AI Literacy
Download Now
Rdocumentation
powered by
Learn R Programming
R453Plus1Toolbox (version 1.22.0)
readLengthStats: Statistics For The Read Lengths
Description
This function returns the mean, median, minimum, maximum and standard deviation of the read lengths over a set of sequences.
Usage
readLengthStats(object)
Arguments
object
An object of class
DNAStringSet
,
ShortRead
or
SFFContainer
.
Value
A
vector
with five entries: mean, median, min, max and sd.