Skip to content

Releases: AlexsLemonade/scpcaTools

v0.4.4

22 Oct 16:24
22283dc

Choose a tag to compare

What's Changed

  • Improved installation of basilisk and zellkonverter within Docker images for use with read-only systems (#313)
  • Addition of new Docker images:
    • scpcatools-infercnv (#316)
    • scpcatools-scimilarity (#320)
  • Keep data frames from the metadata slot of SingleCellExperiment objects when converting to AnnData in sce_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

15 Jul 17:53
d0fe377

Choose a tag to compare

What's Changed

  • Fixed a bug inmerge_sce_list() to ensure the cell_id column is properly updated in the colData after merging (#299)

Full Changelog: v0.4.2...v0.4.3

v0.4.2

10 Apr 20:18
e498cdd

Choose a tag to compare

v0.4.2 Pre-release
Pre-release

What's Changed

  • The assays in merged objects output by merge_sce_list() were previously saved as DelayedArray, but are now saved as sparse matrices (CsparseMatrix).

Full Changelog: v0.4.1...v0.4.2

v0.4.1

30 Oct 18:37
e1c1e2f

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

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

09 Jul 19:12
00946ce

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

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

12 Mar 17:14
20c9029

Choose a tag to compare

scpcaTools v0.3.2 Pre-release
Pre-release

What's Changed

  • Add functionality to merge altExps in merge_sce_list(), including merging of colData, rowData and metadata
  • Add an option to compress HDF5 files in sce_to_anndata()

Full Changelog: v0.3.1...v0.3.2

scpcaTools v0.3.1

27 Nov 22:14
4a063ff

Choose a tag to compare

scpcaTools v0.3.1 Pre-release
Pre-release

What's Changed

  • Update R to use 4.3.2
  • Run tests with renv and current package versions
  • Fixed some bugs in sce_to_anndata():
    • Remove objects and lists from metadata prior to converting SingleCellExperiment objects to AnnData
    • Check that SingleCellExperiment objects have > 1 cell prior to conversion to AnnData
  • Add precommit to repo
  • Update to Seurat v0.5.0 and use the AddMetaData() function in sce_to_seurat()

Full Changelog: v0.3.0...v0.3.1

scpcaTools v0.3.0

10 Oct 20:37
139a001

Choose a tag to compare

scpcaTools v0.3.0 Pre-release
Pre-release

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

16 Aug 15:38
a4b9532

Choose a tag to compare

scpcaTools v0.2.3 Pre-release
Pre-release

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

06 Jul 15:16
451b1df

Choose a tag to compare

scpcaTools v0.2.2 Pre-release
Pre-release

What's Changed

  • Updates to QC report generation script
  • Addition of automated code styling with styler
  • renv package and docker updates, including addition of SingleR as preliminary support for cell type annotation

Full Changelog: v0.2.1...v0.2.2