Description Usage Arguments Value Examples
extracts the sequences from a FASTA file
1 | getSequencesFromFastaFile(filename)
|
filename |
the FASTA file |
a vector of sequences
1 2 3 | fileName = "extdata/alignments/F-box_bacteria.seq.fa"
file = system.file(fileName, package = "DiffLogo")
sequences = getSequencesFromFastaFile(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.