Description Usage Arguments Value Warning Author(s)
Part of the compareWithControl
function. Extracts reads
falling within specified locations from a data frame obtained from
a padded bedGraph file.
1 | getPeakReads(peak.mat, reads.mat, winsize = 200)
|
peak.mat |
Data frame containing peak locations. Has four columns: chromosome, start, end, reads |
reads.mat |
Data frame containing read counts from a padded bedGraph file. Has the same columns as
|
winsize |
Window size used for obtaining peaks(default = 200 bp). |
A vector of same length as the number of rows of peak.mat
containing read
counts extracted from read.mat
.
read.mat
must be obtained from a padded bedGraph file as output by the
WaveSeq preprocessing pipeline.
Apratim Mitra
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.