View source: R/scmethrix_object.R
Function used only for inheritence for Roxygen2 documentation. Lists the common function inputs used in the package
1 2 3 4 5 6 7 8 9 10 11 12 13 | generic_scMethrix_function(
scm,
assay,
new_assay,
trans,
verbose,
n_chunks,
n_threads,
h5_dir,
overlap_type,
batch_size,
replace
)
|
scm |
|
assay |
string; name of an existing assay. Default = "score" |
new_assay |
string; name for transformed assay. Default = "new_assay" |
trans |
closure; The transformation function. Default = mean |
verbose |
boolean; Flag for outputting function status messages. Default = TRUE |
n_chunks |
integer; Number of chunks to split the |
n_threads |
integer; Maximum number of parallel instances. Default = 1 |
h5_dir |
string; The directory to use. Will be created if it does not exist. Default = NULL |
overlap_type |
defines the type of the overlap of the CpG sites with the target region. Default value is |
batch_size |
integer; The maximum number of elements to process at once. |
replace |
boolean; flag for whether to delete the contents of h5_dir before saving |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.