Description Usage Arguments Value Examples
extracts the sequences from an alignment file
1 | getSequencesFromAlignmentFile(filename)
|
filename |
the alignment file |
a vector of sequences
1 2 3 | fileName = "extdata/alignments/calamodulin_1.txt"
file = system.file(fileName, package = "DiffLogo")
sequences = getSequencesFromAlignmentFile(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.