Set up complete project structure for single-cell and spatial transcriptomics analysis#1
Draft
mariaeduardabbarbosa with Copilot wants to merge 2 commits into
Draft
Set up complete project structure for single-cell and spatial transcriptomics analysis#1mariaeduardabbarbosa with Copilot wants to merge 2 commits into
mariaeduardabbarbosa with Copilot wants to merge 2 commits into
Conversation
Co-authored-by: mariaeduardabbarbosa <225434327+mariaeduardabbarbosa@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add analysis and visualization notebooks for single cell data
Set up complete project structure for single-cell and spatial transcriptomics analysis
Oct 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the complete project structure for organizing single-cell RNA-seq and spatial transcriptomics analysis projects focused on thoracic oncology.
Changes Overview
Directory Structure
Created three main directories with comprehensive README documentation:
raw_data/- For storing original datasets from 10x Genomics, GEO/GSE, and Visium platforms. The README provides guidance on organizing data by source type.notebooks/- For Jupyter notebooks containing analysis workflows. The README documents the types of analyses supported (preprocessing, clustering, trajectory analysis, spatial deconvolution) and the main tools used.figures/- For storing generated plots and visualizations (UMAP projections, dot plots, heatmaps, spatial plots, etc.). The README recommends organization strategies and output formats.Environment Configuration (
environment.yml)Created a comprehensive conda environment specification with all dependencies required for single-cell and spatial transcriptomics analysis:
Core Analysis Libraries:
Dimensionality Reduction & Clustering:
Supporting Libraries:
Git Ignore Configuration (
.gitignore)Implemented comprehensive ignore patterns to exclude:
raw_data/(h5, h5ad, loom, mtx, compressed archives)__pycache__,*.pyc).ipynb_checkpoints).DS_Store,Thumbs.db)The
.gitignorepreserves README files in data directories while excluding large binary data files.Usage
To set up the environment:
This structure provides a clean foundation for reproducible single-cell and spatial transcriptomics analysis workflows, with clear separation of data, code, and outputs.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.