all_tables | R Documentation |
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
.
all_tables()
validated_tables()
predicted_tables()
diseasedrug_tables()
tables_wo_target()
conserved_tables()
reverse_table_lookup(.table)
table_types()
.table |
a table name |
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.
all_tables()
validated_tables()
predicted_tables()
diseasedrug_tables()
predicted_tables() %in% all_tables() # TRUE
table_types()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.