read_txt {CancerGram} | R Documentation |
Read sequence data in a fasta format 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) in a fasta format.
a list of sequences.
(sequences <- read_txt(system.file("CancerGram/prots.txt", package = "CancerGram")))