-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpage.html
209 lines (141 loc) · 13.7 KB
/
page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!--Processing Instructions and the XML Declaration are both forbidden in polyglot markup. [http://www.w3.org/TR/html-polyglot]-->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<!--In HTML documents, elements in the HTML namespace may have an xmlns attribute specified, if, and only if, it has the exact value "http://www.w3.org/1999/xhtml". [http://www.w3.org/TR/html5/dom.html#global-attributes]-->
<head>
<title>EDAM: Ontology of bioscientific data analysis</title>
<!--<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8"/> ... polyglot markup does not use the http-equiv="Content-Type" declaration on the meta element. [http://dev.w3.org/html5/html-xhtml-author-guide]-->
<!--<meta charset="UTF-8"/> not valid in XHTML?-->
<link rel="alternate" type="application/rdf+xml; charset=utf-8" title="OWL representation of EDAM" href="http://edamontology.org/EDAM.owl"/>
<link rel="alternate" type="text/plain" title="OBO-format representation of EDAM" href="http://edamontology.org/EDAM.obo"/>
<link rel="alternate" type="text/csv; charset=utf-8" title="CSV representation of EDAM" href="http://edamontology.org/EDAM.csv"/>
<link rel="alternate" type="text/tab-separated-values; charset=utf-8" title="TSV representation of EDAM" href="http://edamontology.org/EDAM.tsv"/>
<script src="document.min.js" userjs="user.js" icon="favicon.ico" id="DOC" onerror="var l=document.createElement('link'),s=document.createElement('script');l.rel='stylesheet';l.href='http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css';l.id='bootstrap.css';l.auto='1';document.head.insertBefore(l,document.getElementById('DOC'));s.src='http://aplib.github.io/document.min.js';document.head.appendChild(s);"></script>
<style>
.navbar-default {
height: 55px;
}
.navbar-brand {
font-size: 1.5em;
}
.navbar{
margin-left: 30px;
margin-right: 30px;
}
.navbar-nav{
font-size: 1.5em;
}
</style>
</head>
<body>
<nav class="navbar navbar-default" >
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">EDAM</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#Viewing">Viewing</a></li>
<li><a href="#Download">Downloads</a></li>
<li><a href="#Documentation">Documentation</a></li>
<li><a href="#Scope">Scope</a></li>
<li><a href="#Architecture">Architecture</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><button type="button" href="#Documentation" class="btn btn-default navbar-btn"><a href="#Contacts">CONTACT US</a></button></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Credentials<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#License">Licence</a></li>
<li><a href="#Publications">Publications</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!--header-panel
# EDAM - Ontology of bioscientific data analysis
-->
<!--content-panel
EDAM is a comprehensive ontology of well-established, familiar concepts that are prevalent within computational biology, bioinformatics, and [bioimage informatics](https://github.com/edamontology/edam-bioimaging). EDAM includes types of data and data identifiers, data formats, operations, and topics related to data analysis in life sciences. EDAM provides a set of concepts with preferred terms and synonyms, related terms, definitions, and other information - organised into a simple and intuitive hierarchy for convenient use (see figures below).
EDAM is particularly suitable for semantic annotations and categorisation of diverse resources related to bioscientific data analysis: _e.g._ tools, workflows, or training materials. EDAM is also useful in data management, for recording provenance metadata of processed bioscientific data.
EDAM is a community project and its development can be followed and contributed to at [GitHub](https://github.com/edamontology/edamontology).
## <p></p><a id="Viewing"></a>Viewing
EDAM can be graphically browsed online at:
* [NCBO ontology browser (BioPortal)](http://bioportal.bioontology.org/ontologies/EDAM?p=classes) (all-newest unstable version)
* [EBI Ontology Look-up Service (OLS)](http://www.ebi.ac.uk/ols/ontologies/edam) (latest stable version)
* [EDAM Browser](https://edamontology.github.io/edam-browser/) (latest stable version)
* WebProtégé (free registration required)
* [Unstable development version](https://webprotege.stanford.edu/#projects/4befad5f-f27b-430c-a07d-fcf635093169/edit/Classes)
* [Always the latest stable version](https://webprotege.stanford.edu/#projects/98640503-a37d-4404-84da-caf30fadd685/edit/Classes)
* [Older stable EDAM 1.21](https://webprotege.stanford.edu/#projects/55ff1b1c-fee0-4200-9398-2ae0743326f1/edit/Classes)
* [Older stable EDAM 1.20](https://webprotege.stanford.edu/#projects/1f67eaa5-288f-42fa-936c-5084850b6697/edit/Classes)
* [Older stable EDAM 1.19](https://webprotege.stanford.edu/#projects/7e489d5f-b269-4e6a-9899-d876bba8d7b9/edit/Classes)
* [Older stable EDAM 1.18](https://webprotege.stanford.edu/#projects/7403c5f8-e0cb-4f13-8dea-18a60c04e879/edit/Classes)
* [Older stable EDAM 1.17](https://webprotege.stanford.edu/#projects/baee8c5b-8524-403a-b0ff-95f4d26ffd19/edit/Classes)
* [Older stable EDAM 1.16](https://webprotege.stanford.edu/#projects/1c592f8c-b3ac-4797-adba-7a883c0e18aa/edit/Classes)
* [EDAM-bioimaging live development version (alpha03_dev)](https://webprotege.stanford.edu/#projects/2ce704bf-83ed-4d2e-985f-84c4841fac71/edit/Classes)
## <p></p><a id="Download"></a>Downloads
[<b>http://edamontology.org/EDAM_1.25.owl</b>](http://edamontology.org/EDAM_1.25.owl) (The latest stable version is at the moment <b>1.25</b>)
[<b>http://edamontology.org/EDAM.owl</b>](http://edamontology.org/EDAM.owl) (Always the latest stable version, in OWL format)
[<b>http://edamontology.org/EDAM_1.25.tsv</b>](http://edamontology.org/EDAM_1.25.tsv) (Stable version <b>1.25</b>, as tab-separated values (TSV))
[<b>http://edamontology.org/EDAM.tsv</b>](http://edamontology.org/EDAM.tsv) (Always the latest stable version, in TSV format)
[<b>http://edamontology.org/EDAM_1.25.csv</b>](http://edamontology.org/EDAM_1.25.csv) (Stable version <b>1.25</b>, as comma-separated values (CSV))
[<b>http://edamontology.org/EDAM.csv</b>](http://edamontology.org/EDAM.csv) (Always the latest stable version, in CSV format)
[http://edamontology.org/EDAM.obo](http://edamontology.org/EDAM.obo) (The last version available in OBO format is an ancient EDAM version <b>1.2</b>. Because the conversion from OWL to OBO hasn't yet fully been automated for EDAM, we will only resume providing OBO format in case of substantial demand. In that case, please contact us via [issues](https://github.com/edamontology/edamontology/issues/new).)
[https://github.com/edamontology/edamontology/releases](https://github.com/edamontology/edamontology/releases) (All stable releases of EDAM)
[https://raw.githubusercontent.com/edamontology/edamontology/main/EDAM_dev.owl](https://raw.githubusercontent.com/edamontology/edamontology/main/EDAM_dev.owl) (Unstable development version)
## <p></p><a id="Documentation"></a>Documentation
Comprehensive documentation and guidelines are available on [ReadTheDocs](http://edamontologydocs.readthedocs.io/en/latest/index.html) (maintained [here](http://edamontologydocs.readthedocs.io/en/latest/)).
## <p></p><a id="Contacts"></a>Contacts
<b>Twitter:</b> [@edamontology](http://twitter.com/edamontology) ([follow](https://twitter.com/intent/follow?original_referer=http%3A%2F%2Fedamontology.org®ion=follow_link&screen_name=edamontology&tw_p=followbutton)).
All development, and the preferred request and discussion channel is <b>GitHub:</b> [https://github.com/edamontology/edamontology](https://github.com/edamontology/edamontology)
<a id="MailingLists"></a>Please subscribe to our <b>mailing lists:</b>
* [http://elixirmail.cbs.dtu.dk/mailman/listinfo/edam-announce](http://elixirmail.cbs.dtu.dk/mailman/listinfo/edam-announce) (Announcements - minimal traffic!)
* [http://elixirmail.cbs.dtu.dk/mailman/listinfo/edam](http://elixirmail.cbs.dtu.dk/mailman/listinfo/edam) (General discussions. Once subscribed, you can email [[email protected]](mailto:[email protected]>))
## <p></p><a id="Scope"></a>Scope
EDAM includes 4 main sub-ontologies or 'branches' of concepts:
* _**Data**_ - “Information, represented in an information artefact (data record) that is 'understandable' by dedicated computational tools that can use the data as input or produce it as output.”
* _**Format**_ - “A defined way or layout of representing and structuring data in a computer file, blob, string, message, or elsewhere.”
* _**Operation**_ - “A function that processes a set of inputs and results in a set of outputs, or associates arguments (inputs) with values (outputs).”
* _**Topic**_ - “A category denoting a rather broad domain or field of interest, of study, application, work, data, or technology. Topics have no clearly defined borders between each other.”
Noteworthy sub-branch:
* _**Data->Identifier**_ - “A text token, number or something else which identifies an entity, but which may not be persistent (stable) or unique (the same identifier may identify multiple things).”
<img alt="EDAM concepts" src="EDAMconcepts.png" style="max-height: 36em; max-width: 94%">
_**EDAM concepts.** Boxes indicate sub-ontologies in EDAM, with example concepts._
As a general rule, the _**Data**_, _**Format**_, and _**Operation**_ branches include concepts strictly in domain of bioinformatics and computational biology: concepts purely concerning biology, computer science _etc._ are not included. The _**Topic**_ branch includes broader inter-disciplinary concepts from the biological and medical domains.
## <p></p><a id="Architecture"></a>Architecture
EDAM has 3 types of content:
* [Concepts](concepts.html) - All concepts have a name (the term or label) and definition. Further, a concept may have simple relations to other EDAM concepts, as well other intrinsic properties, _e.g._ an identifier may have a regular expression defining its syntax.
* [Hierarchy](relations.html#is_a) - Every concept (excluding top-level concepts) is related to one or more other concepts within the same branch by an _**is a**_ relation (specialisation). Hence EDAM has 4 primary hierarchies (for _Data_, _Format_, _Operation_, and _Topic_).
* [Relations](relations.html) - Concepts are related by defined relation types (see illustration below), which reflect well established or self-evident principles, and are used to define internal consistency of EDAM.
<img alt="EDAM relations" src="EDAMrelations.png" style="max-height: 36em; max-width: 94%">
_**EDAM architecture is simple.** Boxes indicate top-level concepts (sub-ontologies), and lines indicate types of relations._
## <p></p><a id="License"></a>Licence
[![Creative Commons Licence](https://i.creativecommons.org/l/by-sa/4.0/88x31.png)](http://creativecommons.org/licenses/by-sa/4.0/)
[EDAM](http://edamontology.org) is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0).
We recommend, however, that while EDAM is being actively maintained by its authors, substantial derived work, major modifications (especially conceptual and semantic), and re-definitions of concepts and other content (_e.g._ additional constraints on EDAM concepts/`owl:Class`-es within `owl:imports` meant with universal validity, that would "close" some desired options of the open-world assumption) are consulted with the EDAM core developers beforehand at the time of consideration, and consistent solutions are sought in collaboration.
## <p></p><a id="Publications"></a>Publications
EDAM is described in the following article. If you use, or refer to EDAM or its part, please cite:
* Ison, J., Kalaš, M., Jonassen, I., Bolser, D., Uludag, M., McWilliam, H., Malone, J., Lopez, R., Pettifer, S. and Rice, P. (2013). [EDAM: an ontology of bioinformatics operations, types of data and identifiers, topics and formats](http://bioinformatics.oxfordjournals.org/content/29/10/1325.full). _Bioinformatics_, **29**(10): 1325-1332.
DOI: [10.1093/bioinformatics/btt113](http://doi.org/10.1093/bioinformatics/btt113) PMID: [23479348](http://www.ncbi.nlm.nih.gov/pubmed/23479348) The article is freely available without restrictions (Open access)
<b>The code repository and releases of EDAM have DOIs:</b>
* DOI representing all stable versions, resolving to the latest: [![10.5281/zenodo.822690](https://zenodo.org/badge/DOI/10.5281/zenodo.822690.svg)](https://doi.org/10.5281/zenodo.822690)
* DOI of the latest stable version: [![Latest DOI](https://zenodo.org/badge/20960594.svg)](https://zenodo.org/badge/latestdoi/20960594)
* * *
-->
<!--footer-panel
<small>Last update: 2021-Mar-27</small>
-->
<noscript><div class="alert alert-warning">This website requires your browser to have JavaScript enabled.</div></noscript>
</body>
</html>