readFASTA | R Documentation |
Reads protein sequences in FASTA format.
readFASTA(
file = system.file("protseq/P00750.fasta", package = "Rcpi"),
legacy.mode = TRUE,
seqonly = FALSE
)
file |
The name of the file which the sequences in fasta format are
to be read from. If it does not contain an absolute or
relative path, the file name is relative to the current
working directory, |
legacy.mode |
If set to |
seqonly |
If set to |
Character vector.
Pearson, W.R. and Lipman, D.J. (1988) Improved tools for biological sequence comparison. Proceedings of the National Academy of Sciences of the United States of America, 85: 2444-2448.
See readPDB
for reading protein sequences
in PDB format.
P00750 = readFASTA(system.file('protseq/P00750.fasta', package = 'Rcpi'))
P00750
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.