Visual Explanation




Process Search Mode

Rules

- If no field key is given for all keywords, then search with Process Search Mode, otherwise search with Model Search Mode.
- Search words are case-sensitive.
- If no operator is supplied, then join with "AND" operator.

Operator

OperatorAbbr.Description
OR\\A or B
AND&&A and B
If no operator is defined, default value is "AND".

Examples

LPS AP-1
The above means LPS and AP-1
Spaces (Multiple spaces or Many spaces) are counted as one space.
LPS      AP-1  →  LPS AP-1


Model Search Mode

Rules

- Keywords are case-sensitive.
- If no field key is supplied to the search words, then try to match all keywords with the search words.

Field Keys

KeyAbbr.Description
pubmed: The pubmed id
year:y:The year of publication
author:au:The author of publication
publication:p:The journal name
entity:e:The name of entity (e.g. p53)
title:ti:The title of publication
journal:j:The journal of publication
type:ty:The type of entity (mRNA,complex,protein)
ptype:pty:The type of process (phosphorylation,binding)
location:loc:The location of entity and process (nucleus,cytoplasm)

Operator

OperatorAbbr.Description
OR\\A or B
AND&&A and B
If no operator is defined, default value is "OR".

Sort keys

SortAbbr.Sort by
up:u:ascendent
down:d:desendent

Sort target

TargetAbbr.Sort by
authorsaauthor
journaljjournal
yearyyear
pubmedidppubmedid

Examples

entity:LPS entity:AP-1
The above means entity:LPS or entity:AP-1
If many spaces are put, then shorten to be one space.
entity:LPS      entity:AP-1  →  entity:LPS entity:AP-1
entity:[LPS AP-1]
For search string with space, use []
entity:[LPS \[ AP-1]
For search string with [, use an escape character \ (i.e., \[]).