all_tables: Functions defining the category each table belongs to.

View source: R/tabletypes.R

all_tablesR Documentation

Functions defining the category each table belongs to.

Description

One of three types: predicted, validated, or diseasedrug. Additionally two functions define characteristics of tables: those without a target column tables_wo_target and those with conserved target sites conserved_tables.

Usage

all_tables()

validated_tables()

predicted_tables()

diseasedrug_tables()

tables_wo_target()

conserved_tables()

reverse_table_lookup(.table)

table_types()

Arguments

.table

a table name

Value

Returns dataset that names that belong to the category of the function name (e.g. validated_tables() returns tables with validated miRNA-target interactions). reverse_table_lookup() does the opposite; it returns the category a given .table belongs to.

Examples

all_tables()
validated_tables()
predicted_tables()
diseasedrug_tables()
predicted_tables() %in% all_tables() # TRUE
table_types()


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