Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary
Last synced: 9 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: evelinatutucci
  • License: bsd-3-clause
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 1.74 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • Open Issues: 0
  • Releases: 7
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

C.albicans smFISH pipeline

This GitHub repository consists of .ipynb files used for the data analysis of the VU systems biology O2 building ET laboratory C.albicans project. These notebooks were used in the analysis of the article titled: "single-molecule Fluorescent In Situ Hybridization (smFISH) for RNA detection in the fungal pathogen Candida albicans". It consists of the following notebooks:

Notebooks 1. 01-npytotifconversion 2. 02-spotdetection 3. 03-spotdecomposition 4. 04-spotassignment 5. 05-plotting

For a description of the code look at the corresponding number underneath:

  1. Cellpose outputs its segmentation masks as .npy files. These can be converted to the easier-to-work-with tiff format using this notebook.

  2. In order to quantify the number of RNAs in your images a Laplacian of Gaussian kernel is applied to detect high-intensity spots from the background.

  3. Dense or high-intensity spots can be composed of several RNAs. Here, the median spot intensity is used to decompose these dense regions into an estimate of the number of RNAs.

  4. The assignment of detected RNAs to a cell-mask id. Cellpose outputs a Mask file in which every cell is given a unique cell mask value. Here, the detected RNA coordinates are used to count the number of RNAs per unique cell mask ID.

  5. Plotting of generated data.

Example of FISH image (scalebar 5 µm): example of FISH on the CLB2 mRNA for the SC5314 WT strain grown in SPIDER36 medium Spots (yellow) indicate fluorescently labelled CLB2 mRNA in the SC5314 WT strain grown in SPIDER medium at 37 °C. The blue signal indicates DAPI (DNA stain). Both fluorescent channels are overlayed on a DIC image.

Requirements and installation

In order to install the necessary packages and start jupyter notebook type in your terminal:

  1. cd /this/cloned or downloaded/github/repo
  2. conda env create --name FISH --file FISH.yml
  3. conda activate FISH
  4. cd notebooks
  5. jupyter notebook

Example dataset

An example dataset is available at https://zenodo.org/record/8308244. For the full dataset used for the analysis performed in the linked article see https://zenodo.org/record/8260668.

Owner

  • Name: Tutucci Lab, Vrije Universiteit Amsterdam
  • Login: evelinatutucci
  • Kind: user
  • Location: Amsterdam, The Netherlands
  • Company: Vrije Universiteit Amsterdam

Citation (CITATION.cff)

cff-version: 1.0.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: Otterdijk
    given-names: Sander van
    orcid: https://orcid.org/0000-0002-5503-1627
  - family-names: Motealleh
    given-names: Maryam
    orcid: https://orcid.org/0009-0001-6292-9435
  - family-names: Wang
    given-names: Zixu
    orcid: https://orcid.org/0000-0002-1879-0691
  - family-names: Visser
    given-names: Thomas Dirk
    orcid: https://orcid.org/0009-0005-4441-8542
  - family-names: Savakis
    given-names: Philipp
    orcid: https://orcid.org/0000-0001-5715-6047
  - family-names: Tutucci
    given-names: Evelina
    orcid: https://orcid.org/0000-0002-1998-7146

title: "Candida albicans smFISH data processing pipeline"
version: 1.0.0
doi: 10.5281/zenodo.8305200
date-released: 2023-08-31
url: "https://github.com/evelinatutucci/C_albicans_smFISH"

GitHub Events

Total
  • Pull request event: 5
Last Year
  • Pull request event: 5