Description Usage Arguments Value Author(s) Examples
Removes all probes with missing value (if such exists) from the given dataset.
1 2 3 4 | rnb.execute.na.removal(
rnb.set,
threshold = rnb.getOption("filtering.missing.value.quantile")
)
|
rnb.set |
Methylation dataset as an object of type inheriting |
threshold |
Maximum quantile of |
List of four or five elements:
"dataset.before"
Copy of rnb.set
.
"dataset"
The (possibly modified) dataset after performing the missing value removal.
"filtered"
integer
vector storing the indices (in beta matrix of the unfiltered
dataset) of all removed sites.
"threshold"
Copy of threshold
.
"naCounts"
Vector storing the number of NAs per site
Yassen Assenov
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.