Releases: cstoeckert/iterativeWGCNA
Releases · cstoeckert/iterativeWGCNA
1.1.6
- bug fix: saveTOMs disabled by default but can be enabled by with the option
--wgcnaParameters "saveTOMs=TRUE"
- bug fix: issue parsing boolean WGCNA parameters (e.g.
saveTOMs=FALSE
orcosineCorrelation=TRUE
) resolved - new parameter added:
--gzipTOMs
which will gzip TOM .RData files as generated to save space - available on PyPI
v1.1.3
- added script to adjust final module merge after a complete run
- see Add-ons and updated Output Files sections of the README for more information
- fixed Python 3.3+ bug with converting odict_values to ro.StrVector
- added
--debug
option; currently only prints extensive debugging statements for module merge stage
v1.1.2
release in support of submission to Python Package Index; updated documentation
v1.1.0
Fix final module merge to improve efficiency and recalculate eigengenes after each merge
Program output modified to produce iteration-specific output files in easily accessible directory structure
v1.0.0
First numbered release of iterativeWGCNA.