egeulgen / pathfindR

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

term_gene_heatmap(), UpSet_plot() functions are not working #33

Closed choijamtsmunkhzul closed 4 years ago

choijamtsmunkhzul commented 4 years ago

Hello, When will pathfindR version 1.5.0.9004 will be release to R cran? I tried to download latest version by using `#install.packages("remotes")

remotes::install_github("egeulgen/pathfindR")`

but only downloaded v1.4.2 because i wanna use term_gene_heatmap(), UpSet_plot() functions to visualize data

Thank you

egeulgen commented 4 years ago

hello,

we do not plan to release 1.5 soon. You can try and download the dev version using:

install.packages("pak") # if you have not installed "pak"
pak::pkg_install("egeulgen/pathfindR")

I think remotes installs the latest release on github. Hope this helps, -E

egeulgen commented 4 years ago

has this resolved your issue?

choijamtsmunkhzul commented 4 years ago

thank you it worked so well.