Description Usage Arguments Details Value Author(s) Examples
Some AA, DNA, RNA character set defined in this package and functions to convert them into integers.
1 | AAToInt(AA)
|
AA |
A vector of character. |
Each AA is converted to the position of that AA in AACharacterSet
.
A integer
vector.
Ge Tan
1 2 3 4 5 6 7 | library(seqinr)
fasta <- read.fasta(file.path(system.file("extdata", package="TKF"),
"pair1.fasta"),
seqtype="AA", set.attributes=FALSE)
AAToInt(fasta[[1]])
AACharacterSet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.