create_msa | R Documentation |
Create a multiple sequence alignment using COBALT
create_msa(
fasta_text,
cobalt_options = cobaltr::create_cobalt_options(),
cobalt_folder = cobaltr::get_default_cobalt_folder()
)
fasta_text |
text of a FASTA file |
cobalt_options |
a set of COBALT options, as can be created by create_cobalt_options |
cobalt_folder |
the folder where COBALT is installed in. Use get_default_cobalt_folder to get the default COBALT folder |
the FASTA text of the MSA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.