as.AutomorphismList | R Documentation |
Several methods are available to be applied on
Automorphism-class
and AutomorphismList-class
objects.
as.AutomorphismList(x, grs = GRanges(), ...)
## S4 method for signature 'GRangesList,GRanges_OR_NULL'
as.AutomorphismList(x, grs = GRanges(), ...)
## S4 method for signature 'list,GRanges_OR_NULL'
as.AutomorphismList(x, grs = GRanges(), ...)
x |
A |
grs |
A |
... |
Not in use yet. |
The returned an AutomorphismList-class object.
automorphism_bycoef
, automorphisms
## Load a dataset
data("brca1_autm", package = "GenomAutomorphism")
## Let's transforming into a list of Automorphisms-class objects
x1 <- as.list(brca1_autm[seq(2)])
## Now, object 'x1' is transformed into a AutomorphismList-class object
as.AutomorphismList(x1)
## Alternatively, let's transform the list 'x1' into a GRangesList-class
## object.
x1 <- GRangesList(x1)
## Next, object 'x1' is transformed into a AutomorphismList-class object
as.AutomorphismList(x1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.