Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Remove loci that are uncovered across all samples
1 | remove_uncovered(scm = NULL, n_threads = 1, verbose = TRUE)
|
scm |
|
n_threads |
integer; Maximum number of parallel instances. Default = 1 |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
Takes scMethrix
object and removes loci that are uncovered across all samples
An object of class scMethrix
1 2 3 | data('scMethrix_data')
# Remove uncovered CpGs after subsetting to a single sample
remove_uncovered(subset_scMethrix(scMethrix_data, samples = "C1", by="include"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.