Releases: AlexsLemonade/scpcaTools
Releases · AlexsLemonade/scpcaTools
v0.4.4
What's Changed
- Improved installation of basilisk and zellkonverter within Docker images for use with read-only systems (#313)
- Addition of new Docker images:
- Keep data frames from the
metadataslot ofSingleCellExperimentobjects when converting toAnnDatainsce_to_anndata()(#322) - Minor updates to
merge_sce_list()to keep logical columns in metadata (#327)
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- Fixed a bug in
merge_sce_list()to ensure thecell_idcolumn is properly updated in thecolDataafter merging (#299)
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- The
assaysin merged objects output bymerge_sce_list()were previously saved asDelayedArray, but are now saved as sparse matrices (CsparseMatrix).
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Set seeds appropriately when NULL is passed to functions
- Fix lack of rounding for alevin-fry import
- Update lightning to fix critical alert by @jashapiro in #284
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Update environment and docker images to R 4.4 and Bioconductor 3.19
- Create "slim" images for smaller downloads when possible
- Use a single Dockerfile and targets for more efficient building
- Reduced merge memory usage
Full Changelog: v0.3.2...v0.4.0
scpcaTools v0.3.2
What's Changed
- Add functionality to merge altExps in
merge_sce_list(), including merging ofcolData,rowDataandmetadata - Add an option to compress HDF5 files in
sce_to_anndata()
Full Changelog: v0.3.1...v0.3.2
scpcaTools v0.3.1
What's Changed
- Update R to use 4.3.2
- Run tests with
renvand current package versions - Fixed some bugs in
sce_to_anndata():- Remove objects and lists from metadata prior to converting
SingleCellExperimentobjects toAnnData - Check that
SingleCellExperimentobjects have > 1 cell prior to conversion toAnnData
- Remove objects and lists from metadata prior to converting
- Add precommit to repo
- Update to Seurat v0.5.0 and use the
AddMetaData()function insce_to_seurat()
Full Changelog: v0.3.0...v0.3.1
scpcaTools v0.3.0
What's Changed
- Function for adding and combining sample metadata in SCE object
- Function to incorporate sample metadata into colData of SCE object
- Add argument for assay name to use for X in AnnData object
- Update to R 4.3 & Bioconductor 3.17
- Fail conversion to AnnData if SCE object doesn't have enough cells
Full Changelog: v0.2.3...v0.3.0
scpcaTools v0.2.3
What's Changed
- Addition of integration metrics
- Average silhouette width (ASW)
- Within-batch adjusted rand index (ARI)
- iLISI
New Contributors
Full Changelog: v0.2.2...v0.2.3
scpcaTools v0.2.2
What's Changed
- Updates to QC report generation script
- Addition of automated code styling with
styler renvpackage and docker updates, including addition ofSingleRas preliminary support for cell type annotation
Full Changelog: v0.2.1...v0.2.2