Description Usage Arguments Value Author(s) Examples
readSffGeometry
processes a sff file or set of sff files, counting the number of reads and the length of each read.
1 | readSffGeometry(filenames)
|
filenames |
File or files to be read in. |
A list
with two elements, nReads
and Read_Widths
Matt Settles <msettles@uidaho.edu>
1 2 3 | sffgeom <- readSffGeometry(system.file("extdata","Small454Test.sff",package="rSFFreader"))
sffgeom$nReads
sffgeom$Read_Widths
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.