addDataToReadset: addDataToReadset - adding one more sample in the SeqRead on R...

Description Usage Arguments Value Author(s) Examples

View source: R/SeqReads.R

Description

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

Usage

1
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

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)

rnaSeqMap documentation built on Nov. 8, 2020, 5:50 p.m.