Description Usage Arguments Value Author(s) See Also Examples
View source: R/aastring2aabin.R
This function converts a AAStringSet
into an ape
DNAbin
.
1 | aastring2aabin(aa)
|
aa |
|
An object of class DNAbin
Kristian K Ullrich
as.alignment
as.DNAbin.alignment
1 2 3 4 5 6 7 8 | ## define two cds sequences
cds1 <- Biostrings::DNAString("ATGCAACATTGC")
cds2 <- Biostrings::DNAString("ATG---CATTGC")
cds1.cds2.aln <- c(Biostrings::DNAStringSet(cds1),
Biostrings::DNAStringSet(cds2))
## convert into AAbin
#aastring2aabin(cds2aa(cds1.cds2.aln))
cds1.cds2.aln |> cds2aa() |> aastring2aabin()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.