Functions defining filtering by organism (org), disease/drug, conserved, and
cutoff. Filtering by mirna and target are defined within their sql_...
functions.
1 2 3 4 5 6 7 8 9 10 11 12 13 | sql_org(.table, org)
where_org(.table, org)
where_diseasedrug(.table, disease.drug)
where_conserved(.table, org, predicted.site)
where_cutoff(.table, score_var, score_cutoff)
create_cutoff_name(.table, org, predicted.site)
cutoff_to_score(.table, cutoff_name, predicted.cutoff.type, predicted.cutoff)
|
The WHERE
portion of a SQL query
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.