Description Usage Arguments Value Parallelisation Examples
Filter out variants from MethPat
object.
1 2 | filterOutVariants(methpat, vcfs, remove = FALSE,
verbose = getOption("verbose"), bpparam = bpparam())
|
methpat |
A |
vcfs |
A named |
remove |
A |
verbose |
A |
bpparam |
A |
An updated version of the MethPat
object, where
variants have had their corresponding assays counts set to NA
. Tuples
where all samples are NA
are retained (unless remove
is
TRUE
).
Parallelisation of filterOutVariants
is partially supported.
VCF
s are read-in and processed in parallel, where appropriate.
Parallelisation uses the BiocParallel package. By default this uses a
MulticoreParam()
instance or the user's
preferred back-end if they have used register
.
Please consult the BiocParallel documentation for details on
registering a parallel backend and parallelisation support available on
different operating systems.
1 2 3 4 | ## Not run:
## TODO
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.