Releases: egeulgen/pathfindR
Releases · egeulgen/pathfindR
pathfindR 2.7.0
pathfindR 2.6.0
Minor Changes and Bug Fixes
- fixed missing argument issue in
get_gene_sets_list(#230) - refactored to introduce
safe_get_contentso that URL access issues are handled more gracefully
pathfindR 2.5.1
Minor Changes and Bug Fixes
- fixed NA values in kappa matrix generation that will cause error as part of the latest
igraphupdate (#227)
pathfindR 2.5.0
Major Changes
- updated dependencies so that
pathfindRdepends onmsigdbr (>= 24.1.0) - added the new
db_speciesargument to theget_mgsigdb_gsets()data generation function
Minor Changes and Bug Fixes
- fixed test assertions that will break as part of the latest
ggplot2update (#223)
pathfindR 2.4.2
Minor Changes and Bug Fixes
- fixed a bug in
visualize_KEGG_diagram()whereggkeggwas raising an error (#214)
pathfindR 2.4.1
Minor Changes and Bug Fixes
- fixed a bug regarding KEGG gene set fetching: removed the conversion functionality in
get_kegg_gsets()which now returns KEGG IDs so that the user can convert the returned identifiers using a more appropriate tool (e.g. BioMart) should they wish
pathfindR 2.4.0
Major Changes
- implemented a new
color_kegg_pathway()function usingggkeggto create colored KEGG pathway ggplot objects (instead of usingKEGGRESTto obtain the colored PNG files, which no longer works #169) - renamed the
visualize_hsa_KEGGfunction tovisualize_KEGG_diagram()to reflect this is now able to handle KEGG pathway enrichment results from any organism - updated the
visualize_terms(),visualize_term_interactions()andvisualize_KEGG_diagram()functions so that they now return a list of ggplot objects (named by term ID) - updated the
get_kegg_gsets()function to also useggkeggfor fetching genes per pathway data - removed unneeded dependencies:
magick,KEGGgraphandKEGGREST
Minor Changes and Bug Fixes
- updated the
get_biogrid_pin()function so that it can now determine the latest version and download/process it from BioGRID (via settingrelease = "latest", which is now the default behavior)
pathfindR 2.3.1
Minor Changes and Bug Fixes
- fixed a bug in the
UpSet_plot()plot function regarding the interaction withggupsetpackage that was discovered in a reverse dependency check forggplot2 3.5.0(#189) - fixed gene symbol case mismatch issue in
score_terms()(#186) - applied enhancement suggestion from #184 to enable scale fill manual for
term_gene_graph()
pathfindR 2.3.0
Major Changes
- reverted removal of
create_HTML_report()sorun_pathfindR()once again generates HTML reports
pathfindR 2.2.0
Minor Changes and Bug Fixes
- added the
disable_parallelargument inactive_snw_enrichment_wrapper()to be able to disable parallel runs viaforeach - fixed the issue encountered on CentOS where
forechwasn't loadingpathfindR(#164) - fixed a CRAN error due to a package documentation issue (#172)
- performed some refactoring and updated/improved all tests
Previous Next