Query Commands
Single-Result Source Queries:
describe: allows user to see the distribution of their data columns
relate: allows user to associate connections between and amongst data
Paired Source Queries
diff: shows the difference between baseline and test results
absdiff: returns absolute values of diff
[GUI representation?]
corr: returns correlation between two sets of values
[leaving out for now due to a bug in plotting]
stat:
compare: compares stats of columns against one another on x and y axes
Query Modifiers
Filter clauses: find under Advanced for various widgets by typing a results filter
where: filter sorting what amount of criteria is met when a condition is set
Groupby: groups matching results together
Gatediff: considers results a match only if field X is less than a value Y
Limiting: limit the returned results from the query
e.g. groupby chr:0,5 β groups by chromosome, returning only the 5 top results