powered by
Read sequence data 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).
# NOT RUN { (sequences <- read_txt(system.file("AmpGram/prots.txt", package = "AmpGram"))) # }
Run the code above in your browser using DataLab