SAGE tag sequences and their expression values can be obtained by querying
the SAGE data of Velculescu
et al. in any one of three general ways using Query
syntax language:
Names or Values:
| Value | Meaning |
| GENE | Gene name |
| ORF | ORF name |
| TAG | SAGE tag sequence |
| HITS | Number of hits in genome |
| L | Log phase |
| S | S phase arrested |
| G2M | G2/M arrested |
| [0-999] | Any number |
| * | Any or no characters |
|
Comparison Operators:
| Operator | Meaning |
| = | Equal to |
| != | Not equal to |
| > | Greater than |
| >= | Greater than or equal to |
| < | Less than |
| <= | Less than or equal to |
| IN | In a list of values |
| BETWEEN | Between two values |
|
Logical Operators:
| Operator | Meaning |
| AND | Retrieve data containing both components
|
| OR | Retrieve data containing either
components |
| NOT | Retrieve data that does not contain the
component |
|