all_tables: Functions defining the category each table belongs to.

Description Usage Arguments Value Examples

View source: R/tabletypes.R

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15

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

1
2
3
4
5
6

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