Description Usage Arguments Value Author(s) Examples
Add another reads matrix to the readset. No control of region consistency, the matrix needs just 2 columns: starts and ends.
1 | addDataToReadset(rs, datain, spl)
|
rs |
|
datain |
|
spl |
Number or name of the experimental sample |
SeqReads object with one more sample added.
Michal Okoniewski, Anna Lesniewska
1 2 3 | # rs <- newSeqReads(1,1,20000,1)
# my.data1 <- rbind(c(1,50), c(3,53), c(11,60))
# rs <- addDataToReadset(rs, my.data1, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.