Back to the “Projects” in admin manual
Example 1 - CellDesigner file upload and annotation#
This section provides examples of use of automatic annotators when creating a new project in MINERVA.
Description of the example map content#
Click here to download an example map, drawn in CellDesigner file. The file is quite simple, and has the following properties:
Annotations
- Gene component SNCA is not annotated.
- RNA component SNCA is annotated with Entrez Gene id (NCBI Gene in CellDesigner MIRIAM tab).
- Two (of three) protein components SNCA are annotated with UniProt id.
- Protein component PRKN is not annotated.
- Phenotype component UPS is annotated with Gene Ontology.
- Interaction re3 is annotated with PubMed id, while other reactions are not.
Compartments and areas
- SNCA translation and SNCA degradation areas are drawn on top of the diagram.
- Cell, synapse and nucleus compartments are drawn.
Creating the project#
Use the example map to create an example project on your MINERVA instance:
- press Create project button.
- select Local source and use file selector to upload the file
- provide necessary project information, default view, and license information
- press Create Project button in the bottom right corner
Automatic annotation#
See Annotation panel for details about annotators.
- Create an annotator preset
- go to Annotation tab (left panel)
- press Add new button and name your preset (e.g.
test) - use Add button to add the following annotators to the preset (use search bar to quickly find annotators):
Entrez Gene,Gene Ontology,HGNC,UniProt; close the window when finished - order the annotators as follows:
HGNC,UniProt,Gene Ontology,Entrez Gene; order is important as one annotator may use an output of another - configure each annotator by clicking on it and selecting
Source,AnnotationsandElements, as in the table below - press Create button
| Annotator | Source | Annotation | Elements |
|---|---|---|---|
| HGNC | NAME (HGNC_SYMBOL) | HGNC_SYMBOL, REFSEQ | Gene |
| UniProt | UNIPROT | EC, HGNC_SYMBOL | Protein |
| Gene Ontology | GO | FULL_NAME, DESCRIPTION | Phenotype |
| Entrez Gene | ENTREZ | ENSEMBL | Rna |
- Run automatic annotations:
- press Manage button next to your project
- select Annotate and choose your created preset (suggested name
testfrom earlier) - observe the Annotation Started prompt in the bottom right corner
- select Manage > Annotate again to see
Annotation in progressnote
Examine the annotated content of the map. Please note that:
The annotations between
SNCAgene,SNCARNA andSNCAprotein differ, because different Annotation fields were selected for different annotators. Also, some annotators cannot provide certain annotations and use different information sources to annotate the elements.Even though
SNCAgene had no annotation, it was correctly annotated by name byHGNCannotator.UniProt annotator works only by the identifier, so it was unable to provide annotations for
PRKNor ubiquitinatedSNCA(no annotation).Gene Ontology annotator retrieved a definition of the annotated Phenotype.