View source: R/methods-AlignedRead.R
AlignedRead | R Documentation |
This function constructs objects of
AlignedRead
. It will often be more convenient to
create AlignedRead
objects using parsers such as
readAligned
.
AlignedRead(sread, id, quality, chromosome, position, strand,
alignQuality,
alignData = AlignedDataFrame(nrow = length(sread)))
sread |
An object of class |
id |
An object of class |
quality |
An object of class |
chromosome |
A |
position |
A |
strand |
A |
alignQuality |
A |
alignData |
An |
An object of class AlignedRead
.
Martin Morgan <mtmorgan@fhcrc.org>
AlignedRead
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.