Description Usage Arguments Details Value Examples
View source: R/scmethrix_operations.R
Estimate descriptive statistics for each sample
1 2 3 4 5 6 7 8 |
scm |
|
assay |
string; name of an existing assay. Default = "score" |
per_chr |
boolean; Estimate stats per chromosome. Default TRUE |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
ignore_chr |
string; list of chromosomes to ignore |
ignore_samples |
string; list of samples to ignore |
Calculate descriptive statistics (mean, median, SD) either by sample or per_chr
data.table of summary stats
1 2 3 4 5 6 7 | data('scMethrix_data')
#Get stats for each sample and chromosome
get_stats(scMethrix_data)
#Get stats for each sample
get_stats(scMethrix_data,per_chr = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.