Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: icWGCNA
Title: Iterative Correcting Weighted Gene Co-expression Network Analysis
Version: 0.4.0.9000
Version: 0.4.1
Authors@R: c(
person("Mike", "Mason", , "mike.mason@bms.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5652-7739")),
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# icWGCNA 0.4.1

- Fixed bug in `map_eigengenes_on_seurat()` when cutoff method is "value"
- Updated MSigDB data for `compute_MSigDB_enrichment()`

# icWGCNA 0.4.0

### New Features
Expand Down
Loading