Description Usage Arguments Value Author(s) Examples
Removes all probes overlapping with single nucleotide polymorphisms (SNPs) from the given dataset.
1 | rnb.execute.snp.removal(rnb.set, snp = rnb.getOption("filtering.snp"))
|
rnb.set |
Methylation dataset as an object of type inheriting |
snp |
Criterion for the removal of sites or probes based on overlap with SNPs. Possible values are
|
list
of four elements:
"dataset.before"
Copy of rnb.set
.
"dataset"
The (possibly) modified dataset object after removing probes that overlap with SNPs.
"filtered"
integer
vector storing the indices (in beta matrix of the unfiltered
dataset) of all removed sites or probes.
"snp"
The value of the snp
parameter.
Yassen Assenov
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.