readFASTA(file = system.file("protseq/P00750.fasta", package = "protr"), legacy.mode = TRUE, seqonly = FALSE)getwd.
The default here is to read the P00750.fasta file which
is present in the protseq directory of the protr package.TRUE, lines starting with a semicolon ';'
are ignored. Default value is TRUE.TRUE, only sequences as returned without
attempt to modify them or to get their names and
annotations (execution time is divided approximately
by a factor 3). Default value is FALSE.getUniProt for retrieving protein sequences
from uniprot.org
P00750 = readFASTA(system.file('protseq/P00750.fasta', package = 'protr'))
Run the code above in your browser using DataLab