Skip to contents

This function cleans the results obtained after biological weighting

Usage

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())
)

Arguments

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

Value

A table containing the biologically weighted annotation where only a given number of initial candidates are kept

See also

weight_bio

Examples

NULL
#> NULL