indicate.any.coverage.of.noodles: indicate.any.coverage.of.noodles

Description Usage Arguments Value See Also

View source: R/noodles.coverage.R

Description

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.

Usage

1
indicate.any.coverage.of.noodles(noodles, bedfilnames, bed.ids = bedfilnames)

Arguments

noodles

GRanges with the intervals

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 = bedfilnames

Value

Matrix, each row correspond to a noodle; columns are samples, sparse=TRUE, value=0 or 1

See Also

differential.coverage


favorov/differential.coverage documentation built on Feb. 18, 2022, 5:50 p.m.