Description Usage Arguments Details Value
View source: R/data_preparation.R
This function removes sites in SNP or sex-chromosomal context.
1 2 | filter.annotation.biseq(rnb.set, snp = TRUE, snp.list, somatic = TRUE,
qual.filter = NULL)
|
rnb.set |
An object of type |
snp |
Flag indicating if snps are to be removed. Either SNPs annotated in the RnBeads annotation object of specified as an
additional file with one SNP identifier per row in |
snp.list |
Path to a file containing known SNPs. One SNP identifier should be present per row. |
somatic |
Flag indicating if only somatic probes are to be kept. |
qual.filter |
Vector of indices removed during quality filtering. |
This functions uses information on the sites on the chip and transfers this knowledge to BS data sets.
A vector of indices of sites surviving the annotation filter criteria.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.