Description Usage Arguments Value Author(s) Examples
Add data from experimental samples stored in BAM file.
1 | addBamData(rs, file, exp, phenoDesc=NULL)
|
rs |
SeqReads object to modify |
file |
BAM file to read |
exp |
Numbers of sample slot in the object |
phenoDesc |
A vector to add to phenoData |
SeqReads object with samples added from the BAM files. List of BAM files comes from the covdesc. The covdesc content becomes phenoData of the object.
Michal Okoniewski, Anna Lesniewska
1 2 3 4 5 | # if (xmapConnected())
# {
# rs <- newSeqReads(1,1,20000,1)
# rs <- addBamData(rs,1:3)
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.