addDataToReadset {rnaSeqMap} | R Documentation |
Add another reads matrix to the readset. No control of region consistency, the matrix needs just 2 columns: starts and ends.
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
# rs <- newSeqReads(1,1,20000,1) # my.data1 <- rbind(c(1,50), c(3,53), c(11,60)) # rs <- addDataToReadset(rs, my.data1, 1)