powered by
Read sequence data in a fasta format saved in text file.
read_txt(connection)
a connection to the text (.txt) file.
connection
a list of sequences.
The input file should contain one or more amino acid sequences separated by empty line(s) in a fasta format.
# NOT RUN { (sequences <- read_txt(system.file("CancerGram/prots.txt", package = "CancerGram"))) # }
Run the code above in your browser using DataLab