Changelog
Source:NEWS.md
hdWGCNA 0.3.02 (2024-05-28)
Added
New functionality and methods for module preservation analysis using the NetRep method from Ritchie et al 2016. - ModuleTopologyHeatmap
function. - ModuleTopologyBarplot
function. - ModulePreservationNetrep
function. - PlotModulePreservationLollipop
function.
hdWGCNA 0.3.00 (2024-02-27)
hdWGCNA 0.2.22 (2023-09-08)
hdWGCNA 0.2.21 (2023-08-31)
hdWGCNA 0.2.00 (2022-09-23)
hdWGCNA 0.1.2.0000 (2022-09-08)
hdWGCNA 0.1.1.9011 (2022-08-17)
Changes
- Reverted the
exclude_grey
flag back to doing nothing in theModuleEigengenes
function because it messed up some downstream tasks, will resolve in a future update. -
ProjectModules
now excludes modules with too many missing genes in the query dataset, tunable by theoverlap_proportion
parameter.
hdWGCNA 0.1.1.9007 (2022-07-20)
Changes
- New warning message in
MetacellsByGroups
if there are any groups that are excluded bymin_cells
. - Assay in Metacell seurat object is now the same as the assay supplied to
MetacellsByGroups
, instead of the default “RNA”. -
ModuleEigengenes
takesassay
as an argument, clears up some issues withRunHarmony
. -
ModuleEigengenes
doesn’t require a “counts” slot to be present in the given assay, but now it throws an error if the normalized data slot is missing.