clean_bio | R Documentation |
This function cleans the results obtained after biological weighting
clean_bio(
annot_table_wei_bio = get("annot_table_wei_bio", envir = parent.frame()),
edges_table = get("edges_table", envir = parent.frame()),
minimal_consistency = get("minimal_consistency", envir = parent.frame())
)
annot_table_wei_bio |
Table containing your biologically weighted annotation |
edges_table |
Table containing the edges between features |
minimal_consistency |
Minimal consistency score for a class. FLOAT |
A table containing the biologically weighted annotation where only a given number of initial candidates are kept
weight_bio
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.