CodonSeq-class | R Documentation |
An objects from 'CodonSeq' or 'MatrixList' class is returned
by function get_coord
. This object will store the coordinate
of each sequence in a list of 3D-vectors or a list of vectors located in
the slot named 'CoordList'. The original codon sequence (if provided) will
be stored in the slot named 'SeqRanges'.
coordList(x)
## S4 method for signature 'CodonSeq'
coordList(x)
seqRanges(x)
## S4 method for signature 'CodonSeq'
seqRanges(x)
x |
An object from |
Given the slot values define a CodonSeq-class.
## Load a DNA sequence alignment
data("aln", package = "GenomAutomorphism")
## Get base coordinates on 'Z5'
coord <- get_coord(
x = aln,
cube = "ACGT",
group = "Z5"
)
coordList(coord)
## Load a DNA sequence alignment
data("aln", package = "GenomAutomorphism")
## Get base coordinates on 'Z5'
coord <- get_coord(
x = aln,
cube = "ACGT",
group = "Z5"
)
seqRanges(coord)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.