Description Objects from the Class Coercion Author(s) See Also
A GsnapOutput
object stores locations of data output by the
GSNAP alignment algorithm.
GsnapOutput
objects are created from the gsnap function,
though the function GsnapOutput
can also be used as a constructor.
In the code snippets below, x
is a GsnapOutput object.
as(x, BamFile)
,
as(x, BamFileList)
:
Returns either a BamFile or BamFileList object containing paths to the output of GSNAP.
asBam(x)
:
converts all gsnap SAM files to BAM files and creates the .bai index files.
Michael Lawrence
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.