automorphism_bycoef | R Documentation |
Automorphisms with the same automorphism's coefficients are grouped.
automorphism_bycoef(x, ...)
## S4 method for signature 'Automorphism'
automorphism_bycoef(x, mut.type = TRUE)
## S4 method for signature 'AutomorphismList'
automorphism_bycoef(
x,
min.len = 1L,
mut.type = TRUE,
num.cores = multicoreWorkers(),
tasks = 0L,
verbose = TRUE
)
x |
An automorphism-class object returned by function
|
... |
Not in use. |
mut.type |
Logical. Whether to include the mutation type as given by
function |
min.len |
Minimum length of a range to be reported. |
num.cores , tasks |
Integers. Argument num.cores denotes the
number of cores to use, i.e. at most how many child processes will be run
simultaneously (see |
verbose |
logic(1). If TRUE, enable progress bar. |
An AutomorphismByCoef
class object. A coefficient
with 0 value is assigned to mutational events that are not automorphisms,
e.g., indel mutations.
automorphisms
## Load dataset
data("autm", package = "GenomAutomorphism")
automorphism_bycoef(x = autm[1:2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.