Skip to content

Commit

Permalink
Clean up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
igordot committed Feb 18, 2025
1 parent c21c55f commit 8a39cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Removed the MSigDB data (now a separate package msigdbdf).
* Updated the package versioning scheme so it is not tied to the MSigDB release.
* Added support for mouse versions of MSigDB.
* Updated the annotation fields in the returned gene sets.
* Updated the `msigdbr()` arguments `gs_cat` and `gs_subcat` to `gs_collection` and `gs_subcollection`.

Expand Down
2 changes: 1 addition & 1 deletion R/msigdbr-collections.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
#' @export
msigdbr_collections <- function(db_species = "Hs") {
# Check that msigdbdf is installed
# Check if msigdbdf is available and try to install otherwise
msigdbr_check_data()

# Get the full table of gene sets and their member genes
Expand Down

0 comments on commit 8a39cae

Please sign in to comment.