Description Usage Arguments Value See Also
View source: R/noodles.coverage.R
It is a central function of all the differential.coverage package. It gets a set of intervals (noodles) as a GRanges
and a list of names of bed files.
Each bedfile represents a sample. For each noodle and each sample, the the sum of the lenght of intervals (read from the sample's bed file) that intersect with the noodle is returned. The result is an integer number from [0..length(noodle)] band.
1 | count.coverage.of.noodles(noodles, bedfilnames, bed.ids = bedfilnames)
|
noodles |
|
bedfilnames |
list of names of bedfiles, one per sample, with some (e.g. methylation) coverage information |
bed.ids |
optional list of names for the samples, they will be used as column names in the result. Default = |
Matrix
, each row correspond to a noodle; columns are samples, sparse=TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.