Over Representation Methods¶
This module contains the functions to run Over Representation Analysis (ORA).
-
pathway_forte.pathway_enrichment.over_representation.read_fold_change_df(path)[source]¶ Read csv with gene names, fold changes and their p-values.
- Return type
DataFrame
-
pathway_forte.pathway_enrichment.over_representation.filter_p_value(df, p_value=True, cutoff=0.05)[source]¶ Return significantly differentially expressed genes in fold change df.