Description Usage Arguments Value Author(s) Examples
Removes all sites or probes with low variability from the given dataset.
1 2 3 4 | rnb.execute.variability.removal(
rnb.set,
min.deviation = rnb.getOption("filtering.deviation.threshold")
)
|
rnb.set |
Methylation dataset as an object of type inheriting |
min.deviation |
Threshold for standard deviation per site. This must be a scalar between 0 and 1. All sites, for
which the standard deviation of methylation values (for all samples in |
List of four elements:
"dataset.before"
Copy of rnb.set
.
"dataset"
The (possibly modified) dataset after removing sites with low variability.
"filtered"
integer
vector storing the indices (in beta matrix of the unfiltered
dataset) of all removed sites.
"threshold"
The value of the given parameter min.deviation
.
Yassen Assenov
1 2 3 | library(RnBeads.hg19)
data(small.example.object)
rnb.set.filtered <- rnb.execute.variability.removal(rnb.set.example, 0.01)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.