Description Usage Format Details Source Examples
A dataset containing the E. coli proteome.
| 1 | 
An object of  Proteome-class for Escherichia coli proteome. 
The format is: A list with one data frame and an character.
*‘proteome': ’data.frame': 13780 obs. of 4 variables *‘type': ’character': "UniProt" *‘species': ’character': "Escherichia coli"
The format of proteome is *'ENTREZ_GENE': a character vector, records entrez gene id *'SEQUENCE': a character vector, peptide sequences *'ID': a character vector, Uniprot ID *'LEN': a character vector, length of peptides
used as an example dataset
Annotation data obtained by:
library(UniProt.ws)
taxId(UniProt.ws) <- 562
proteome <- prepareProteome(UniProt.ws, species="Escherichia coli")
| 1 2 3 |  data(ecoli.proteome)
 head(ecoli.proteome@proteome)
 ecoli.proteome@type
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.