Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javianng/a-star-spatial-omics-hackathon
In the A*Star - Spatial Omics Hackathon, we aim to enhance cancer cell identification accuracy by integrating RNA data with histological insights derived from H&E stained images. The primary goal is to determine if cell clusters identified by transcriptome expression align with those identified through histological data.
https://github.com/javianng/a-star-spatial-omics-hackathon
cancer data-science hackathon jupyter-notebook python
Last synced: 7 days ago
JSON representation
In the A*Star - Spatial Omics Hackathon, we aim to enhance cancer cell identification accuracy by integrating RNA data with histological insights derived from H&E stained images. The primary goal is to determine if cell clusters identified by transcriptome expression align with those identified through histological data.
- Host: GitHub
- URL: https://github.com/javianng/a-star-spatial-omics-hackathon
- Owner: javianng
- Created: 2024-03-17T09:24:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T04:29:15.000Z (10 months ago)
- Last Synced: 2024-11-11T12:08:18.330Z (2 months ago)
- Topics: cancer, data-science, hackathon, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 4.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A\*Star - Spatial Omics Hackathon
## Problem Statement
Leverage AI to fuse RNA data with complementary histological insights and/or cell segmentation derived from H&E images.
## Aim
To find out if clusters based on transcriptome expression align with clusters based on histological data.
## Significance
Various methods are used to identify cancer cells, such as morphological identification and transcriptome expression. However, each of these methods has its limitations. To maximise the accuracy of cancer cell identification, machine learning will be used to create a robust meta-learning approach that integrates results from different methods to achieve the highest possible accuracy.
## Methodology
To analyse cells by morphology, H&E images extracted from Xenium data will be turned into numbers and clustered by a consensus machine learning algorithm. The transcriptomic data will also be fed into a clustering algorithm to analyse them by gene expression. Each cell will then be annotated with its morphological cluster and transcriptomic cluster.
1. Transcriptome Analysis:
- Classify cell types based on transcriptome expression (use the 10X workflow, refer to Visium and Xenium data).
2. H&E Insight Acquisition (Morphology):
- ![H&E Insight Acquisition (Morphology)](README/image.png)
- Cell Segmentation (use an existing library)
- Apply Machine Learning.
- Classification (manual work,
based on literature)
3. Image Registration:
- ![Image Registration](README/image-1.png)
- Compare cell classifications based on transcriptome expression (Step 1) and morphological features (Step 2).
- We hope that the two classifications will be aligned, i.e., the cells are expressing the genes they’re supposed to.
- If not, that will be quite problematic.## Intended Output
Single cells will be annotated with cell type as classified by gene expression and cell type as classified by morphology. Cells with incongruent type classifications will be flagged for further analysis.
## Team
- Javian Ng
- Cheng Jun Yuan
- Lin Qiyu
- Russell Yap