automorphismByRanges | R Documentation |
Automorphisms estimated on a pairwise or a MSA alignment
can be grouped by ranges which inherits from
GRanges-class
or a
GRanges-class
.
automorphismByRanges(x, ...)
## S4 method for signature 'Automorphism'
automorphismByRanges(x)
## S4 method for signature 'AutomorphismList'
automorphismByRanges(
x,
min.len = 0L,
num.cores = multicoreWorkers(),
tasks = 0L,
verbose = TRUE
)
x |
An AutomorphismList-class object returned by function
|
... |
Not in use. |
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. |
A GRanges-class
or a
GRangesList-class
. Each
GRanges-class
object with a column
named cube, which carries the type of cube automorphims.
## Load dataset
data("autm", package = "GenomAutomorphism")
automorphismByRanges(x = autm[c(1, 4)])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.