The three types of tables are predicted, validated, and diseasedrug
(disease/drug). Additionally, mirna and target portions of the SQL statements
are defined, including their filter clauses (WHERE
).
1 2 3 4 5 6 7 8 9 10 | sql_validated(.table)
sql_predicted(.table, org, predicted.site, predicted.cutoff.type,
predicted.cutoff)
sql_diseasedrug(.table, disease.drug)
sql_mirna(mirna)
sql_target(.table, target)
|
Components of a SQL query specific to each table type.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.