Description Usage Arguments Details Value Author(s) See Also Examples
Identifies the region types that are summarized by the given dataset and pointed to for analysis.
1 | rnb.region.types.for.analysis(rnb.set)
|
rnb.set |
Methylation dataset as an object of type inheriting |
This function intersects the value of the analysis option "region.types"
with the region types that are
summarized in the provided dataset. In case the option's value is NULL
, this function returns all summarized
region types in rnb.set
.
List of all region types to be analyzed in the current dataset in the form of a character
vector.
Yassen Assenov
rnb.getOption
for checking the value of the "region.types"
option;
summarized.regions
for obtaining the region types summarized in a
dataset
1 2 3 | library(RnBeads.hg19)
data(small.example.object)
"promoters" %in% rnb.region.types.for.analysis(rnb.set.example)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.