Description Usage Arguments Details Value Author(s) Examples
Returns TRUE if the argument is a valid string describing a multiple sequence alignment (MSA) format.
1 |
format |
a character vector of strings to test |
Valid formats include "FASTA", "PHYLIP", "SS" (Sufficient statistics format used by PHAST), "MPM" (format used by MultiPipMaker), "LAV" (used by blastz), or "MAF" (Multiple Alignment Format used by MULTIZ and TBA.
a logical vector indicating whether each element of the input parameter is a valid format string.
Melissa J. Hubisz
1 2 | is.format.msa(c("MAF", "SS", "PHYLIP", "MPM", "LAV", "FASTA",
"BAD_FORMAT_STRING"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.