Difference between revisions of "Databases"

From BioUML platform
Jump to: navigation, search
(from the workbench help and GX manual)
 
(from the workbench help)
Line 1: Line 1:
{{draft}}
+
{{stub}}
  
 
Close integration with biological databases containing experimental data is a distinctive feature of BioUML, which is essential for accurate and convenient modeling of biological systems.  
 
Close integration with biological databases containing experimental data is a distinctive feature of BioUML, which is essential for accurate and convenient modeling of biological systems.  
Line 8: Line 8:
 
* the query engine to find interacting components of the system; search results can be shown as a graph and edited by the user.
 
* the query engine to find interacting components of the system; search results can be shown as a graph and edited by the user.
  
According to their content (data type) biological databases can be divided into several groups as follows (one database can provide several types of data):
+
According to their content (data type) biological databases can be divided into several groups as follows (one database can provide several types of data; the green colour indicates that the database is freely available in BioUML web edtion):
  
 +
<center>
 
{|class="wikitable"  
 
{|class="wikitable"  
 
| ||colspan="5" align="center"| '''Data type'''
 
| ||colspan="5" align="center"| '''Data type'''
Line 15: Line 16:
 
| ||pathways||gene/protein classification||genome||pathways simulation||transcription factor
 
| ||pathways||gene/protein classification||genome||pathways simulation||transcription factor
 
|-
 
|-
|Apoptosis model|| || || || + ||  
+
|Apoptosis model|| || || ||style="background-color:PaleGreen"| + ||  
 
|-
 
|-
|[[Biomodels]]|| || || || + ||  
+
|[[Biomodels]]|| || || ||style="background-color:PaleGreen"| + ||  
 
|-
 
|-
|[[Biopath]]|| || || || + ||  
+
|[[Biopath]]|| || || ||style="background-color:PaleGreen"| + ||  
 
|-
 
|-
|[http://www.ensembl.org/ Ensemble]|| || || + || ||  
+
|[http://www.ensembl.org/ Ensemble]|| || ||style="background-color:PaleGreen"| + || ||  
 
|-
 
|-
|[http://www.ncbi.nlm.nih.gov/pubmed/15016385 Geneways]|| + || || || ||  
+
|[http://www.ncbi.nlm.nih.gov/pubmed/15016385 Geneways]||style="background-color:PaleGreen"| + || || || ||  
 
|-
 
|-
|[http://www.geneontology.org/ GO]|| || + || || ||  
+
|[http://www.geneontology.org/ GO]|| ||style="background-color:PaleGreen"| + || || ||  
 
|-
 
|-
 
|[http://www.biouml.net/vc/gtrd.shtml GTRD]|| || + || || || +
 
|[http://www.biouml.net/vc/gtrd.shtml GTRD]|| || + || || || +
Line 31: Line 32:
 
|[http://humancyc.org/ HumanCyc]|| + || + || || ||  
 
|[http://humancyc.org/ HumanCyc]|| + || + || || ||  
 
|-
 
|-
|[http://www.genome.jp/kegg/ KEGG]|| || || || + ||  
+
|[http://www.genome.jp/kegg/ KEGG]|| || || ||style="background-color:PaleGreen"| + ||  
 
|-
 
|-
 
|[http://www.biobase-international.com/product/proteome Proteome (Biobase)]|| || + || || ||  
 
|[http://www.biobase-international.com/product/proteome Proteome (Biobase)]|| || + || || ||  
 
|-
 
|-
|[http://www.reactome.org/ReactomeGWT/entrypoint.html Reactome]|| + || + || || ||  
+
|[http://www.reactome.org/ReactomeGWT/entrypoint.html Reactome]||style="background-color:PaleGreen"| + ||style="background-color:PaleGreen"| + || || ||  
 
|-
 
|-
 
|[http://www.biobase-international.com/product/transcription-factor-binding-sites Transfac (Biobase)]|| || || || || +  
 
|[http://www.biobase-international.com/product/transcription-factor-binding-sites Transfac (Biobase)]|| || || || || +  
Line 43: Line 44:
 
|[http://genome.ucsc.edu/ UCSC Genome Browser]|| || || + || ||  
 
|[http://genome.ucsc.edu/ UCSC Genome Browser]|| || || + || ||  
 
|-
 
|-
|[[Virtual Human]]|| || || || + ||   
+
|[[Virtual Human]]|| || || ||style="background-color:PaleGreen"| + ||   
 
|}
 
|}
 +
</center>
  
  
Line 50: Line 52:
  
 
==Interface==
 
==Interface==
{{draft}}
+
[[File:DBview_in_repository.png|thumb|Available databases in the repository pane of BioUML web edition]]
Repository Pane tab
+
  
The icon color indicates where the database is installed and its accessibility:
+
All the available databases are listed under the '''Databases''' tab in the [[repository pane]]. The icon color indicates location and accessibility of the database:
blue color - database is installed locally, accessible for reading and writing;
+
* blue color - the database is installed locally, accessible for reading and writing:
yellow - remote public database, accessibility for reading and writing is specified by R and W letters;
+
**[[File:LocalDB_icon.png]] Local database;
red color - remote protected database, user should log-in to get access to the database, accessibility for reading and writing is specified by R and W letters;
+
* yellow - remote public database, accessibility for reading and writing is specified by R and W letters:
green color - remote protected database, user successfully logged in, accessibility for reading and writing is specified by R and W letters;
+
**[[File:ProtectedDB_R_icon.png]] Protected database with read access enabled,
 +
**[[File:PublicDB_R_icon.png]] Public database with read access, write access disabled,
 +
**[[File:PublicDB_W_icon.png]] Public database with read access, write access enabled,
 +
**[[File:PublicDB_RW_icon.png]] Public database with read and write access;
 +
* red color - remote protected database, the user must log-in to get access to the database, accessibility for reading and writing is specified by R and W letters:
 +
**[[File:RemoteDB_R_icon.png]] Remote protected read-only database (no access),
 +
**[[File:RemoteDB_RW_icon.png]] Remote protected read-and-write database (no access);
 +
* green color - remote protected database, the user successfully logged in, accessibility for reading and writing is specified by R and W letters:
 +
**[[File:PublicDB_icon.png]] Public database with read access.
  
 +
Databases are [[Repository pane|handled like any other]] data collection in the repository pane with the exception that databases cannot be removed. When a database is selected its description is displayed in the [[Information box| property inspector]] below.
  
 
==See also==
 
==See also==
 
*[[Databases installation]]
 
*[[Databases installation]]
 
*[[Repository pane]]
 
*[[Repository pane]]

Revision as of 18:20, 21 June 2013

This page or section is a stub. Please add more information here!

Close integration with biological databases containing experimental data is a distinctive feature of BioUML, which is essential for accurate and convenient modeling of biological systems. For the purpose of working with different kinds of data the database type concept has been introduced. The database type defines:

  • data types (gene, protein, RNA, substance, reaction, etc.) that are stored in the database;
  • mapping of the database content into diagram elements and diagram types that can be used with the database;
  • diagram types that can be used to present the database content as a set of diagrams;
  • the query engine to find interacting components of the system; search results can be shown as a graph and edited by the user.

According to their content (data type) biological databases can be divided into several groups as follows (one database can provide several types of data; the green colour indicates that the database is freely available in BioUML web edtion):

Data type
pathways gene/protein classification genome pathways simulation transcription factor
Apoptosis model +
Biomodels +
Biopath +
Ensemble +
Geneways +
GO +
GTRD + +
HumanCyc + +
KEGG +
Proteome (Biobase) +
Reactome + +
Transfac (Biobase) +
TRANSPath (Biobase) + +
UCSC Genome Browser +
Virtual Human +


Databases can be installed locally (for the BioUML workbench) or can be accessed via the Internet from the BioUML server, which supports secure access to databases. The server administrator can configure security settings for access to each database installed on the server. The information where a database is installed (locally or on the server side) as well as about its availability is displayed using different icons.

Interface

Available databases in the repository pane of BioUML web edition

All the available databases are listed under the Databases tab in the repository pane. The icon color indicates location and accessibility of the database:

  • blue color - the database is installed locally, accessible for reading and writing:
    • LocalDB icon.png Local database;
  • yellow - remote public database, accessibility for reading and writing is specified by R and W letters:
    • ProtectedDB R icon.png Protected database with read access enabled,
    • PublicDB R icon.png Public database with read access, write access disabled,
    • PublicDB W icon.png Public database with read access, write access enabled,
    • PublicDB RW icon.png Public database with read and write access;
  • red color - remote protected database, the user must log-in to get access to the database, accessibility for reading and writing is specified by R and W letters:
    • RemoteDB R icon.png Remote protected read-only database (no access),
    • RemoteDB RW icon.png Remote protected read-and-write database (no access);
  • green color - remote protected database, the user successfully logged in, accessibility for reading and writing is specified by R and W letters:
    • PublicDB icon.png Public database with read access.

Databases are handled like any other data collection in the repository pane with the exception that databases cannot be removed. When a database is selected its description is displayed in the property inspector below.

See also

Personal tools
Namespaces

Variants
Actions
BioUML platform
Community
Modelling
Analysis & Workflows
Collaborative research
Development
Virtual biology
Wiki
Toolbox