egeulgen / pathfindR

pathfindR: Enrichment Analysis Utilizing Active Subnetworks
https://egeulgen.github.io/pathfindR/
Other
178 stars 25 forks source link

term_gene_heatmap(output_df) doesnt work without downregulated genes #39

Closed AlexandrePelletier closed 4 years ago

AlexandrePelletier commented 4 years ago

Hello, the function term_gene_heatmap(output_df) doesn't work with my methylation data without FC in input. the error : "Error in names(down_genes) <- result_df[, ID_column] : 'names' attribute [10] must be the same length as the vector [0]"

I install the latest developmental version. (with pak)

Best

egeulgen commented 4 years ago

Hello, I fixed the issue in the latest commit. You may install the latest dev version via pak

AlexandrePelletier commented 4 years ago

thank you for your quick reply !