importFasta: Import a fasta file.

Description Usage Arguments Value Author(s) See Also Examples

View source: R/import_fasta.R

Description

Imports a fasta formatted protein sequence file (downloaded from www.uniprot.org). This function is compatable with SwissProt and TrEMBL entries.

Usage

1
importFasta(fasta.file = NULL)

Arguments

fasta.file

Full path to filename of fasta formatted protein sequence.

Value

Fasta sequences

Author(s)

Madeleine J Otway motway@cmri.org.au

See Also

To perform an in silico tryptic digestion of the imported fasta file, see: digestFasta

Examples

1
2
3
4
fasta <- system.file("extdata",
                     "human_proteome_example.fasta",
                     package = "dialects")
importFasta(fasta)

madeleineotway/dialects documentation built on May 29, 2019, 3:43 a.m.