sql_org: Functions defining the WHERE clauses.

View source: R/sqlclauses.R

sql_orgR Documentation

Functions defining the WHERE clauses.

Description

Functions defining filtering by organism (org), disease/drug, conserved, and cutoff. Filtering by mirna and target are defined within their sql_... functions.

Usage

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)

Value

The WHERE portion of a SQL query


KechrisLab/multiMiR documentation built on Feb. 12, 2023, 8:26 p.m.