Description Usage Arguments Value Author(s) See Also Examples
Imports a fasta formatted protein sequence file (downloaded from www.uniprot.org). This function is compatable with SwissProt and TrEMBL entries.
1 | importFasta(fasta.file = NULL)
|
fasta.file |
Full path to filename of fasta formatted protein sequence. |
Fasta sequences
Madeleine J Otway motway@cmri.org.au
To perform an in silico tryptic digestion of the imported
fasta file, see: digestFasta
1 2 3 4 | fasta <- system.file("extdata",
"human_proteome_example.fasta",
package = "dialects")
importFasta(fasta)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.