read_txt {AmyloGram} | 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. Each element has class SeqFastaAA
. If
connection contains no characters, function prompts warning and returns NULL
.