Description Usage Arguments Value See Also
View source: R/noodles.coverage.R
It is the alterantive 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, 0 or 1, which indicates whether the noodle intersects with any bed interval from the sample, is returned.
1 | indicate.any.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, value=0 or 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.