read_txt {AmpGram} | R Documentation |
Read sequence data saved in text file.
read_txt(connection)
connection |
a |
The input file should contain one or more amino acid sequences separated by empty line(s).
a list of sequences.
(sequences <- read_txt(system.file("AmpGram/prots.txt", package = "AmpGram")))