addDataToReadset {rnaSeqMap}R Documentation

addDataToReadset - adding one more sample in the SeqRead on R level

Description

Add another reads matrix to the readset. No control of region consistency, the matrix needs just 2 columns: starts and ends.

Usage

addDataToReadset(rs, datain, spl)

Arguments

rs
datain
spl

Number or name of the experimental sample

Value

SeqReads object with one more sample added.

Author(s)

Michal Okoniewski, Anna Lesniewska

Examples

#  rs <- newSeqReads(1,1,20000,1)
#  my.data1 <- rbind(c(1,50), c(3,53), c(11,60))
#  rs <- addDataToReadset(rs, my.data1, 1)

[Package rnaSeqMap version 2.48.0 Index]