unique annotation combinations
Source:R/all_generics.R
, R/graph_visualization.R
annotation_combinations.Rd
determine the unique combinations of annotations that exist in the
significant matrix of the cc_graph
and assign each node in the graph
to a group.
determine the unique combinations of annotations that exist in the
significant matrix of the combined_statistics
and assign each
annotation to a group.
Usage
annotation_combinations(object)
# S4 method for class 'cc_graph'
annotation_combinations(object)
# S4 method for class 'significant_annotations'
annotation_combinations(object)
Arguments
- object
the
combined_statistics
to work on