do_msa | R Documentation |
Run Modified Multiple Sequence Alignment
do_msa( x, substitutionMatrix = NULL, gapOpening = 6, gapExtension = 1, verbose = FALSE, ... )
x |
a character vector. |
substitutionMatrix |
substitution matrix for scoring matches and mismatches.
Default is |
gapOpening |
gap opening penalty; Note that the sign of this parameter is ignored. |
gapExtension |
gap extension penalty; Note that the sign of this parameter is ignored. |
verbose |
if |
... |
other arguments passing to msa::msa |
a list
.
r <- do_msa(c("ABCDF", "BCDEF")) r
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.