Releases: Systems-Methods/icWGCNA
Releases · Systems-Methods/icWGCNA
icWGCNA v0.4.1
icWGCNA v0.4.0
icWGCNA 0.4.0
- New Features
- display_top_genes() to identify top gene and/or values of communities
- Other Changes
- Renamed gene_mapping() to expression_compression(), and parameter mapping_file to mapping_df. gene_mapping() name kept for backwards compatibility.
icWGCNA v0.3.0
icWGCNA 0.3.0
New Features
map_eigengenes_on_seurat()to map eigengenes on a Seurat Object
icWGCNA v0.2.5
New Features
- find_unique_top_genes() to identify top gene of communities that are unique
(only belong to one community)
Other Changes
- Removed uncorrected_community_signature output from icwgcna()
- Now users should run compute_eigengene_matrix() after icwgcna()if uncorrected community signatures are needed.
icWGCNA v0.2.4
icWGCNA 0.2.4
- Fixed bug in
compute_eigengene_matrix()when all genes are above cutoff
icWGCNA v0.2.3
icWGCNA 0.2.3
New Features
gene_mapping() function for converting between gene types (i.e. ENTREZ to
Hugo), which many options for compression of duplicate rows.
Other Changes
- Minor bug fixes
- Switching to
fastcluster::hclust()from stats pacakge (#16)
icWGCNA v0.2.2
icWGCNA 0.2.2
- Bug fixes and internal function improvements
- Add p value output for
compute_MSigDB_enrichment() - Add full_metaGenes and full_eigenGenes output for
icwgcna()
icWGCNA 0.2.1
Bug fixes and checking for PC1 > 35% in input expression
icWGCNA v0.2.0
New Features
Enrichments Functions
compute_MSigDB_enrichment()(with parallel and distributed processing)compute_xCell_enrichment()
UMAP Plotting
make_network_umap()