uec / Issue.Tracker

Automatically exported from code.google.com/p/usc-epigenome-center
0 stars 0 forks source link

How to do complex searches in ecdp (AND OR NOT) #641

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
eom

Original issue reported on code.google.com by natalia....@gmail.com on 16 Dec 2013 at 11:45

GoogleCodeExporter commented 8 years ago
in mysql full text to search for A or B
use (A B) in the sample search box, and "share results", you will get both

the search box behavior doesnt do this though

Original comment by zack...@gmail.com on 13 Feb 2014 at 1:55

GoogleCodeExporter commented 8 years ago
example searches

(tcga bisulfite)     will give you all of tcga plus all bisulfite samples. as 
long as a sample matches tcga, bisulfite, or both, it will show up on the list.

(+tcga +bisulfite)       will give you all tcga samples that are also 
bisulfite. all samples returned will match BOTH tcga and bisulfite.

(tcga -bisulfite)     will give you all the tcga samples that are NOT bisulfite

again, this does not work instantly in the search box, you will only see the 
filtering rules applied when you "share" and then go to the generated link.

Original comment by zack...@gmail.com on 3 Jun 2014 at 10:29

GoogleCodeExporter commented 8 years ago
example searches

(tcga bisulfite)     will give you all of tcga plus all bisulfite samples. as 
long as a sample matches tcga, bisulfite, or both, it will show up on the list.

(+tcga +bisulfite)       will give you all tcga samples that are also 
bisulfite. all samples returned will match BOTH tcga and bisulfite.

(tcga -bisulfite)     will give you all the tcga samples that are NOT bisulfite

again, this does not work instantly in the search box, you will only see the 
filtering rules applied when you "share" and then go to the generated link.

Original comment by zack...@gmail.com on 3 Jun 2014 at 10:29