Skip to content

Releases: Systems-Methods/icWGCNA

icWGCNA v0.4.1

Choose a tag to compare

@wfulp wfulp released this 19 Mar 16:32
480cee0

icWGCNA 0.4.1

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

icWGCNA v0.4.0

Choose a tag to compare

@wfulp wfulp released this 10 Sep 20:45
988c746

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

Choose a tag to compare

@wfulp wfulp released this 10 May 20:18
e8e5cca

icWGCNA 0.3.0

New Features

  • map_eigengenes_on_seurat() to map eigengenes on a Seurat Object

icWGCNA v0.2.5

Choose a tag to compare

@wfulp wfulp released this 30 Oct 22:16
14c5976

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

Choose a tag to compare

@wfulp wfulp released this 18 Oct 17:56
20310f2

icWGCNA 0.2.4

  • Fixed bug in compute_eigengene_matrix() when all genes are above cutoff

icWGCNA v0.2.3

Choose a tag to compare

@wfulp wfulp released this 16 Oct 23:26
6fe2511

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

Choose a tag to compare

@wfulp wfulp released this 20 Jul 17:30
b1c3fad

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

Choose a tag to compare

@wfulp wfulp released this 21 Sep 23:30
cafa2fd

New Features

Enrichments Functions

  • compute_MSigDB_enrichment() (with parallel and distributed processing)
  • compute_xCell_enrichment()

UMAP Plotting

  • make_network_umap()