Description Usage Arguments Value Examples
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.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
.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.
1 2 3 4 5 6 | 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.