getSequencesFromAlignmentFile {DiffLogo} | R Documentation |
extracts the sequences from an alignment file
getSequencesFromAlignmentFile(filename)
filename |
the alignment file |
a vector of sequences
fileName = "extdata/alignments/calamodulin_1.txt" file = system.file(fileName, package = "DiffLogo") sequences = getSequencesFromAlignmentFile(file)