Description Usage Arguments Value Author(s) Examples
Add data from experimental samples in the xXMAP database to the readset. Connection to the database required.
1 | addExperimentsToReadset(rs, exps)
|
rs |
SeqReads object to modify |
exps |
Vector of numbers of experimental samples in xXMAP |
SeqReads object with samples added from the database.
Michal Okoniewski, Anna Lesniewska
1 2 3 4 5 | # if (xmapConnected())
# {
# rs <- newSeqReads(1,1,20000,1)
# rs <- addExperimentsToReadset(rs,1:3)
# }
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.