Element | Meaning | Syntax | Example | Notes |
---|---|---|---|---|
* | Wildcard | partialTerm* | gluta* | Matches for instance glutathione , glutamate , glutamic . |
" " | Exact match | "quoted text" | protein disulfide isomerase "5-1" | Exact matching for entries containing protein disulfide isomerase "5-1" . |
? | single character wildcard | partialTerm? | barl?y | Matches for instance barley , barloy . |
Some data resources though, the format is [PREFIX]:[number] such as Gene Ontology (GO), have colons ' : ' in their main identifiers, LAILAPS will automatic translate to "[PREFIX]:[number]" .
For instance to search for all the cross-references called GO that refer to the entry identifier GO:0000067 LAILAPS will automatic translate to:
Unfortunately when the PREFIX is "TO", LAILAPS will remove "TO" as stop words,
For instance to search for all the cross-references called Trait Ontology that refer to the entry identifier TO:0000387 LAILAPS will automatic translate to:
&& + - || ! ( ) { } [ ] ^ " ~ * ? : \ /