diff options
author | Munyoki Kilyungi | 2024-08-09 15:17:05 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-08-09 15:17:05 +0300 |
commit | bb9f8c9b046939863838f6b54fcaac0bb8f168e9 (patch) | |
tree | 2e3051f935248988c742b29d4e0d7073df28b243 /general/search/xapian_syntax.md | |
parent | 98d54c784478d247e46c81664084c2aa0eafbff2 (diff) | |
download | gn-docs-bb9f8c9b046939863838f6b54fcaac0bb8f168e9.tar.gz |
Add queries for RIF/WIKI search.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'general/search/xapian_syntax.md')
-rw-r--r-- | general/search/xapian_syntax.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/general/search/xapian_syntax.md b/general/search/xapian_syntax.md index aba28b8..f5976f4 100644 --- a/general/search/xapian_syntax.md +++ b/general/search/xapian_syntax.md @@ -62,6 +62,29 @@ Search for results with mean greater than 7: `mean:7..` +### RIF/WIKI search + +To do a RIF search you can use the prefixes: `RIF:` or `rif:`. Here are some searches you can try out: + +``` +rif:Brca2 +rif:Brca2 mean:2.4..2.404 +rif:isoneuronal mean:12.103..12.105 +rif:glioma symbol:shh +rif:diabetes +``` + +To do a WIKI search you can use the prefixes: `WIKI:` or `wiki:`. Here are some example searches: + +``` +wiki:nicotine +wiki:nicotine mean:12.103..12.105 +wiki:addiction species:mouse +wiki:nicotine symbol:shh +wiki:glioma species:mouse group:bxd dataset:hc_m2_0606_p +``` + + ### Synteny search Search for results near (+/- 50 kbases) base 9930021 of chromosome 4 of the human species and syntenic locations in other species: |