Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@savagyan00 savagyan00 released this 11 Apr 01:47
· 1 commit to main since this release

CytoSPACE v1.1.0

  • Python 3.9 support: Updated the conda environment for Python 3.9 compatibility and refreshed package dependencies.
  • Sparse matrix input: Added capability for the R script get_cellfracs_seuratv3.R to handle sparse matrix input, for both spatial and single-cell RNAseq data, removing the need to save intermediate files to disk.
  • Flexible file naming for sparse matrix input: Extended handling for various file names and extensions for Cell Ranger and Space Ranger sparse matrix outputs. Now supports .mtx or .mtx.gz for matrix files. Additionally, for auxiliary files, we've broadened compatibility to include the most common naming conventions and extensions: for the cell name file, cells or barcodes; and for the gene symbol files, features or genes, with support for both .csv and .tsv extensions, in compressed (.gz) and uncompressed formats.
  • Space Ranger compatibility: Updated to accommodate the latest Space Ranger tissue positions file format.
  • Unassigned spots handling: Spots with no cells assigned are now saved in a separate file, unassigned_locations.csv, for tracking of unassigned locations.
  • Console output streamlining: Refined console messages for better clarity and less clutter.
  • README updates: Revised documentation to reflect these changes.

For detailed information and usage instructions, please see the updated README.