get_network_matches
get_network_matches.Rd
This function calculates network matches for a given graph and gene list using a transcription network and an aggregation method.
Arguments
- ENSG_Genelist
A character vector of gene identifiers.
- organism
A character string specifying the organism. Options are 'human' or 'mouse'. Default is 'human'.
- aggregator
A character string specifying the aggregation method. Options are 'mean' or 'degree_importance'. Default is 'mean'.
- network_data
A data frame containing the transcription network data. If NULL, the function will download the data from a predefined URL.The columns of the data frame should be 'source', 'target', 'edge_type', and 'evidence'.