signac_2.0.5
mathewchamberlain
released this
26 Oct 21:51
·
89 commits
to master
since this release
Signac v2.0.5
- Fixed issue where user runs Signac on a Seurat object, does not want to run imputation. Previously, Signac hid Louvain clustering computation inside an "if" statement that returned an error if the user did not run imputation. This problem was fixed and requires no further study.
- Fixed an issue with loading "hdf5" networks. There was a dimensionality issue. Although the networks load now and appear to be fine (e.g., the diagonal of the adjacency matrix is 1, indicating proper indices mapping from the hdf5 files), this might require some future investigation into what caused the error.
- The package used for graphical LASSO is now glasso, due to CRAN no longer maintaining QUIC.