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 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424
|
edamdef
Wiki
The master copies of EMBOSS documentation are available at
http://emboss.open-bio.org/wiki/Appdocs on the EMBOSS Wiki.
Please help by correcting and extending the Wiki pages.
Function
Find EDAM ontology terms by definition
Description
edamdef searches the definition of EDAM terms and returns matching
terms. The input is read from the installed EDAM database. The ontology
term output can be written to screen, to file, or passed to another
program. A wide range of standard ontology term formats may be
specified for input and output.
Optionally the search can be restricted to specified EDAM namespaces.
Usage
Here is a sample session with edamdef
% edamdef multiple
Find EDAM ontology terms by definition
Obo output file [edamdef.obo]:
Go to the output files for this example
Example 2
% edamdef multiple -subclasses
Find EDAM ontology terms by definition
Obo output file [edamdef.obo]:
Go to the output files for this example
Command line arguments
Find EDAM ontology terms by definition
Version: EMBOSS:6.6.0.0
Standard (Mandatory) qualifiers:
[-query] string Definition word(s) to search for in ontology
(Any string)
[-outfile] outobo [*.edamdef] Output ontology term file name
Additional (Optional) qualifiers:
-namespace menu [*] By default all terms are returned.
Searches can be limited to one or a few
namespaces. (Values: data (Data entity);
entity (Biological entity); format (Data
format); identifier (Identifier); operation
(Bioinformatics operation); resource (Data
resource); topic (Field of bioinformatics
study))
Advanced (Unprompted) qualifiers:
-subclasses boolean [N] Extend the query matches to include all
terms which are specialisations (EDAM
sub-classes) of the matched type.
-obsolete boolean [N] The default behaviour is to not use or
return obsolete terms. This option if set
will include all terms.
Associated qualifiers:
"-outfile" associated qualifiers
-odirectory2 string Output directory
-oformat2 string Ontology term output format
General qualifiers:
-auto boolean Turn off prompts
-stdout boolean Write first file to standard output
-filter boolean Read first file from standard input, write
first file to standard output
-options boolean Prompt for standard and additional values
-debug boolean Write debug output to program.dbg
-verbose boolean Report some/full command line options
-help boolean Report command line options and exit. More
information on associated and general
qualifiers can be found with -help -verbose
-warning boolean Report warnings
-error boolean Report errors
-fatal boolean Report fatal errors
-die boolean Report dying program messages
-version boolean Report version number and exit
Input file format
edamdef queries the EDAM ontology.
Output file format
The output is a standard EMBOSS ontology term file.
The results can be output in one of several styles by using the
command-line qualifier -oformat xxx, where 'xxx' is replaced by the
name of the required format. The available format names are: obo,
brief, list, html, xml, json, excel.
See: http://emboss.sf.net/docs/themes/OntologyFormats.html for further
information on ontology formats.
Output files for usage example
File: edamdef.obo
[Term]
id: EDAM_format:1391
name: HMMER-aln
namespace: format
def: FASTA-style format for multiple sequences aligned by HMMER package to an HM
M.
subset: bioinformatics
subset: edam
subset: formats
created_in: "beta12orEarlier"
is_a: EDAM_format:2200 ! FASTA-like (text)
is_a: EDAM_format:2330 ! Textual format
is_a: EDAM_format:2554 ! Alignment format (text)
[Term]
id: EDAM_data:1383
name: Sequence alignment (nucleic acid)
namespace: data
def: Alignment of multiple nucleotide sequences.
subset: bioinformatics
subset: data
subset: edam
created_in: "beta12orEarlier"
is_a: EDAM_data:0863 ! Sequence alignment
is_a: EDAM_data:2084 ! Nucleic acid report
[Term]
id: EDAM_topic:0797
name: Comparative genomics
namespace: topic
def: Topic concerning the study (typically comparison) of the sequence, structur
e or function of multiple genomes.
subset: bioinformatics
subset: edam
subset: topics
xref: BioCatalogue:Comparative Genomics
created_in: "beta12orEarlier"
is_a: EDAM_topic:0622 ! Genomics
[Term]
id: EDAM_format:2001
name: EMBOSS simple format
namespace: format
def: EMBOSS simple multiple alignment format.
subset: bioinformatics
subset: edam
subset: formats
created_in: "beta12orEarlier"
is_a: EDAM_format:2330 ! Textual format
is_a: EDAM_format:2554 ! Alignment format (text)
[Term]
[Part of this file has been deleted for brevity]
subset: operations
synonym: "Multiple sequence alignment (phylogenetic tree-based)" EXACT []
synonym: "Phylogenetic tree-based multiple sequence alignment construction" EXAC
T []
created_in: "beta12orEarlier"
is_a: EDAM_operation:0492 ! Multiple sequence alignment construction
relationship: has_topic EDAM_topic:0084 ! Phylogenetics
[Term]
id: EDAM_operation:0498
name: Multiple sequence alignment construction (consensus)
namespace: operation
def: Align two or more molecular sequences using multiple methods to achieve hig
her quality.
subset: bioinformatics
subset: edam
subset: operations
synonym: "Consensus multiple sequence alignment construction" EXACT []
synonym: "Multiple sequence alignment (consensus)" EXACT []
created_in: "beta12orEarlier"
is_a: EDAM_operation:0492 ! Multiple sequence alignment construction
[Term]
id: EDAM_operation:0434
name: Integrated gene prediction
namespace: operation
def: Predict whole gene structure using a combination of multiple methods to ach
ieve better predictions.
subset: bioinformatics
subset: edam
subset: operations
created_in: "beta12orEarlier"
is_a: EDAM_operation:0425 ! Whole gene prediction
[Term]
id: EDAM_data:0842
name: Identifier
namespace: identifier
def: A text token, number or something else which identifies an entity, but whic
h may not be persistent (stable) or unique (the same identifier may identify mul
tiple things).
subset: bioinformatics
subset: data
subset: edam
subset: identifiers
synonym: "WSIO_data:005" EXACT []
synonym: "http://purl.org/dc/elements/1.1/identifier" NARROW []
synonym: "ID" EXACT []
synonym: "SIO:000115" EXACT []
created_in: "beta12orEarlier"
is_a: EDAM_data:0006 ! Data
disjoint_from: EDAM_data:2048 ! Report
disjoint_from: EDAM_data:2527 ! Parameter
disjoint_from: EDAM_data:3031 ! Core data
relationship: is_identifier_of EDAM_data:0006 ! Data
Output files for usage example 2
File: edamdef.obo
[Term]
id: EDAM_format:1391
name: HMMER-aln
namespace: format
def: FASTA-style format for multiple sequences aligned by HMMER package to an HM
M.
subset: bioinformatics
subset: edam
subset: formats
created_in: "beta12orEarlier"
is_a: EDAM_format:2200 ! FASTA-like (text)
is_a: EDAM_format:2330 ! Textual format
is_a: EDAM_format:2554 ! Alignment format (text)
[Term]
id: EDAM_data:1383
name: Sequence alignment (nucleic acid)
namespace: data
def: Alignment of multiple nucleotide sequences.
subset: bioinformatics
subset: data
subset: edam
created_in: "beta12orEarlier"
is_a: EDAM_data:0863 ! Sequence alignment
is_a: EDAM_data:2084 ! Nucleic acid report
[Term]
id: EDAM_data:1386
name: Sequence alignment (nucleic acid pair)
namespace: data
def: Alignment of exactly two nucleotide sequences.
subset: bioinformatics
subset: data
subset: edam
created_in: "beta12orEarlier"
is_a: EDAM_data:1381 ! Sequence alignment (pair)
is_a: EDAM_data:1383 ! Sequence alignment (nucleic acid)
[Term]
id: EDAM_topic:0797
name: Comparative genomics
namespace: topic
def: Topic concerning the study (typically comparison) of the sequence, structur
e or function of multiple genomes.
subset: bioinformatics
subset: edam
subset: topics
xref: BioCatalogue:Comparative Genomics
created_in: "beta12orEarlier"
is_a: EDAM_topic:0622 ! Genomics
[Term]
[Part of this file has been deleted for brevity]
regex: "[0-9]+"
is_a: EDAM_data:2091 ! Accession
[Term]
id: EDAM_data:1047
name: URI
namespace: data
def: A string of characters that name or otherwise identify a resource on the In
ternet.
subset: bioinformatics
subset: data
subset: edam
created_in: "beta12orEarlier"
is_a: EDAM_data:0842 ! Identifier
[Term]
id: EDAM_data:1052
name: URL
namespace: data
def: A Uniform Resource Locator (URL).
subset: bioinformatics
subset: data
subset: edam
xref: Moby:Link
xref: Moby:URL
created_in: "beta12orEarlier"
is_a: EDAM_data:1047 ! URI
[Term]
id: EDAM_data:1053
name: URN
namespace: data
def: A Uniform Resource Name (URN).
subset: bioinformatics
subset: data
subset: edam
created_in: "beta12orEarlier"
is_a: EDAM_data:1047 ! URI
[Term]
id: EDAM_data:1055
name: LSID
namespace: data
def: A Life Science Identifier (LSID) - a unique identifier of some data.
comment: LSIDs provide a standard way to locate and describe data. An LSID is re
presented as a Uniform Resource Name (URN) with the following EDAM_format: URN:L
SID:<Authority>:<Namespace>:<ObjectID>[:<Version>]
subset: bioinformatics
subset: data
subset: edam
synonym: "Life Science Identifier" EXACT []
created_in: "beta12orEarlier"
is_a: EDAM_data:1053 ! URN
Data files
The EDAM Ontology is included in EMBOSS as local database edam.
Notes
None.
References
None.
Warnings
None.
Diagnostic Error Messages
None.
Exit status
It always exits with status 0.
Known bugs
None.
See also
Program name Description
drfinddata Find public databases by data type
drfindformat Find public databases by format
drfindid Find public databases by identifier
drfindresource Find public databases by resource
edamhasinput Find EDAM ontology terms by has_input relation
edamhasoutput Find EDAM ontology terms by has_output relation
edamisformat Find EDAM ontology terms by is_format_of relation
edamisid Find EDAM ontology terms by is_identifier_of relation
edamname Find EDAM ontology terms by name
godef Find GO ontology terms by definition
goname Find GO ontology terms by name
ontoget Get ontology term(s)
ontogetcommon Get common ancestor for terms
ontogetdown Get ontology term(s) by parent id
ontogetobsolete Get ontology ontology terms
ontogetroot Get ontology root terms by child identifier
ontogetsibs Get ontology term(s) by id with common parent
ontogetup Get ontology term(s) by id of child
ontoisobsolete Report whether an ontology term id is obsolete
ontotext Get ontology term(s) original full text
wossdata Find programs by EDAM data
wossinput Find programs by EDAM input data
wossoperation Find programs by EDAM operation
wossoutput Find programs by EDAM output data
wossparam Find programs by EDAM parameter
wosstopic Find programs by EDAM topic
Author(s)
Peter Rice
European Bioinformatics Institute, Wellcome Trust Genome Campus,
Hinxton, Cambridge CB10 1SD, UK
Please report all bugs to the EMBOSS bug team
(emboss-bug (c) emboss.open-bio.org) not to the original author.
History
Target users
This program is intended to be used by everyone and everything, from
naive users to embedded scripts.
Comments
None
|