sql_validated: Generate mmsql_components objects for each of the three types...

View source: R/sqltables.R

sql_validatedR Documentation

Generate mmsql_components objects for each of the three types of tables, as well as the mirna and target tables.

Description

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).

Usage

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)

Value

Components of a SQL query specific to each table type.


KechrisLab/multiMiR documentation built on June 24, 2024, 3:47 a.m.