powered by
read_proteome(file, format, ...)
read.proteome
It is possible to read in different proteome file standards such as fasta or genebank.
Proteomes stored in fasta files can be downloaded from http://www.ebi.ac.uk/reference_proteomes.
# reading a proteome stored in a fasta file Ath.proteome <- read.proteome(system.file('seqs/ortho_thal_aa.fasta', package = 'orthologr'), format = "fasta")
Run the code above in your browser using DataLab