View source: R/write_stockholm_msa.R
writeStockholmMultipleAlignment | R Documentation |
Write an annotated alignment in Stockholm format
writeStockholmMultipleAlignment(x, connection)
x |
( |
connection |
( |
the connection, invisibly
# read an example rRNA alignment
msafile <- sample_rRNA_stk()
msa <- read_stockholm_msa(msafile)
msa
# write to another file
temp <- tempfile(fileext=".stk")
writeStockholmMultipleAlignment(msa, temp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.