View source: R/read_stockholm_msa.R
read_stockholm_msa | R Documentation |
Parses Stockholm-format multiple alignment files, including "#=GC
"
lines. Other annotations are ignored.
read_stockholm_msa(stockholm, type = c("RNA", "DNA", "AA"))
stockholm |
( |
type |
( |
a StockholmMultipleAlignment
msafile <- sample_rRNA_stk()
msa <- read_stockholm_msa(msafile)
msa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.