sql_org: Functions defining the WHERE clauses.

Description Usage Value

View source: R/sqlclauses.R

Description

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

Usage

 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)

Value

The WHERE portion of a SQL query


multiMiR documentation built on Nov. 8, 2020, 5:46 p.m.