Description Objects from the Class Slots Methods Author(s) See Also Examples
Objects of class gridCover store coverage information evaluated
on a grid on pre-specified genomic regions.
Objects of this class are returned by call to the function gridCoverage.
cover:Object of class "matrix" with one row
for each genomic region of interest, and 500 columns. Columns
1-100 contain the coverage in the promoter region (as specified in
argument promoterDistance to gridCoverage). Columns
101-500 contain the coverage between start and end as
indicated to promoterDistance.
viewsInfo:Object of class "DataFrame" with
information relative to each region (strand, mean and maximum coverage).
signature(x = "gridCover", y = "ANY"): Plot the coverage.
signature(x = "gridCover"): Add lines to an
existing plot.
signature(object = "gridCover"): Show method.
signature(x = "gridCover"): Standardize the
coverage by dividing by either the mean or the maximum coverage
in each region.
signature(x = "gridCover"): Accessor for
the viewsInfo slot.
signature(x = "gridCover"): Accessor for
the cover slot.
David Rossell
regionsCoverage to compute coverage on pre-specified regions,
gridCoverage to compute coverage on a grid.
1 | ##See help(gridCoverage)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.