Skip to main content

Badges

Docs PyPI version Python version Licence: MIT repo size Tutorial

SpaCr

Spatial phenotype analysis of CRISPR-Cas9 screens (SpaCr).

The spatial organization of organelles and proteins within cells constitutes a key level of functional regulation. In the context of infectious disease, the spatial relationships between host cell structures and intracellular pathogens are critical to understanding host clearance mechanisms and how pathogens evade them. SpaCr is a Python-based software package for generating single-cell image data for deep-learning sub-cellular/cellular phenotypic classification from pooled genetic CRISPR-Cas9 screens. SpaCr provides a flexible toolset to extract single-cell images and measurements from high-content cell painting experiments, train deep-learning models to classify cellular/subcellular phenotypes, simulate, and analyze pooled CRISPR-Cas9 imaging screens.

Features

  • Generate Masks: Generate cellpose masks of cell, nuclei, and pathogen objects.

  • Object Measurements: Measurements for each object including scikit-image regionprops, intensity percentiles, shannon-entropy, Pearson’s and Manders’ correlations, homogeneity, and radial distribution. Measurements are saved to a SQL database in object-level tables.

  • Crop Images: Save objects (cells, nuclei, pathogen, cytoplasm) as images. Object image paths are saved in a SQL database.

  • Train CNNs or Transformers: Train Torch models to classify single object images.

  • Manual Annotation: Supports manual annotation of single-cell images and segmentation to refine training datasets for training CNNs/Transformers or cellpose, respectively.

  • Finetune Cellpose Models: Adjust pre-existing Cellpose models to your specific dataset for improved performance.

  • Timelapse Data Support: Track objects in timelapse image data.

  • Simulations: Simulate spatial phenotype screens.

  • Sequencing: Map FASTQ reads to barcode and gRNA barcode metadata.

  • Misc: Analyze Ca oscillation, recruitment, infection rate, plaque size/count.

SpaCr workflow

Overview and data organization of spaCR.

a. Schematic workflow of the spaCR pipeline for pooled image-based CRISPR screens. Microscopy images (TIFF, LIF, CZI, NDI) and sequencing reads (FASTQ) are used as inputs (black). The main modules (teal) are: (1) Mask: generates object masks for cells, nuclei, pathogens, and cytoplasm; (2) Measure: extracts object-level features and crops object images, storing quantitative data in an SQL database; (3) Classify—applies machine learning (ML, e.g., XGBoost) or deep learning (DL, e.g., PyTorch) models to classify objects, summarizing results as well-level classification scores; (4) Map Barcodes: extracts and maps row, column, and gRNA barcodes from sequencing data to corresponding wells; (5) Regression: estimates gRNA effect sizes and gene scores via multiple linear regression using well-level summary statistics. b. Downstream submodules available for extended analyses at each stage. c. Output folder structure for each module, including locations for raw and processed images, masks, object-level measurements, datasets, and results. d. List of all spaCR package modules.

Installation

Linux recommended. If using Windows, switch to Linux—it’s free, open-source, and better.

macOS prerequisites (before install):

brew install libomp hdf5 cmake openssl

Linux GUI requirement: SpaCr GUI requires Tkinter.

sudo apt-get install python3-tk

Installation:

pip install spacr

Run SpaCr GUI:

spacr

Example Notebooks

The following example Jupyter notebooks illustrate common workflows using spaCR.

Interactive Tutorial (under construction)

Click below to explore the step-by-step GUI and Notebook tutorials for spaCR:

Tutorial

spaCRPower

Power analasys of pooled perterbation spaCR screens.

spaCRPower

Data Availability

License

spaCR is distributed under the terms of the MIT License. See the LICENSE file for details.

How to Cite

If you use spaCR in your research, please cite: Olafsson EB, et al. SpaCr: Spatial phenotype analysis of CRISPR-Cas9 screens. Manuscript in preparation.

Papers Using spaCR

Below are selected publications that have used or cited spaCR:

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spacr-1.3.5.tar.gz (64.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

spacr-1.3.5-py3-none-any.whl (28.3 MB view details)

Uploaded Python 3

File details

Details for the file spacr-1.3.5.tar.gz.

File metadata

  • Download URL: spacr-1.3.5.tar.gz
  • Upload date:
  • Size: 64.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for spacr-1.3.5.tar.gz
Algorithm Hash digest
SHA256 2aa4b719bcfa17a063610179a97bf2105eb32e5dcc9143d73f7fd00fd49b513e
MD5 cfa1fefb22f121ef165a2bba0cf890d7
BLAKE2b-256 6aadd2c0f1e25a8404ed86c3a09f9d34ce3c46805bff01fe78ca7f3b27e54ad0

See more details on using hashes here.

File details

Details for the file spacr-1.3.5-py3-none-any.whl.

File metadata

  • Download URL: spacr-1.3.5-py3-none-any.whl
  • Upload date:
  • Size: 28.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.20

File hashes

Hashes for spacr-1.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 cfb02fa64bf06b75ace6f6e9a2345ffba7030bde8020aeb3c334e99184252af1
MD5 b3b3e1ecff583cf3fcbc73eecfa14b48
BLAKE2b-256 fa8e1304a57189f547a5a6780af3d1fc5cd093adef5f06037df53e8bced66fbd

See more details on using hashes here.

Release history Release notifications | RSS feed

1.5.0.7

2 files

1.5.0.6

2 files

1.5.0.5

2 files

1.5.0.4

2 files

1.5.0.2

2 files

1.5.0.1

2 files

1.4.9.9

2 files

1.4.9.7

2 files

1.3.6

2 files

This release

1.3.5 This release

2 files

1.3.4

2 files

1.3.1

2 files

1.3.0

2 files

1.2.7

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.9

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.1

2 files

0.9.26

2 files

0.9.25

2 files

0.9.24

2 files

0.9.23

2 files

0.9.22

2 files

0.9.21

2 files

0.9.7

2 files

0.9.4

2 files

0.9.3

2 files

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.5.0

2 files

0.4.5

2 files

0.4.4

2 files

0.4.3

2 files

0.4.2

2 files

0.3.80

2 files

0.3.72

2 files

0.3.71

2 files

0.3.70

2 files

0.3.68

2 files

0.3.66

2 files

0.3.65

2 files

0.3.64

2 files

0.3.62

2 files

0.3.61

2 files

0.3.60

2 files

0.3.55

2 files

0.3.52

2 files

0.3.47

2 files

0.3.46

2 files

0.3.45

2 files

0.3.43

2 files

0.3.42

2 files

0.3.41

2 files

0.3.38

2 files

0.3.37

2 files

0.3.36

2 files

0.3.35

2 files

0.3.33

2 files

0.3.32

2 files

0.3.31

2 files

0.3.30

2 files

0.3.22

2 files

0.3.3

2 files

0.3.2

2 files

0.3.1

2 files

0.3.0

2 files

0.2.81

2 files

0.2.68

2 files

0.2.67

2 files

0.2.66

2 files

0.2.65

2 files

0.2.61

2 files

0.2.56

2 files

0.2.53

2 files

0.2.46

2 files

0.2.45

2 files

0.2.41

2 files

0.2.32

2 files

0.2.31

2 files

0.2.21

2 files

0.2.8

2 files

0.2.5

2 files

0.2.3

2 files

0.1.81

2 files

0.1.77

2 files

0.1.76

2 files

0.1.75

2 files

0.1.64

2 files

0.1.55

2 files

0.1.50

2 files

0.1.8

2 files

0.1.7

2 files

0.1.6

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page