Conversation
…t, renv.lock, folder structure, and comprehensive documentation Co-authored-by: cc1001-ctrl <192955730+cc1001-ctrl@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Minimal R single-cell template: renv.lock with Seurat, SpatialExperiment, ggplot2, Bioconductor; folders R/, data/, outputs/, vignettes/; README with quick-start, renv restore, and citation.
Create minimal R single-cell template with Seurat, SpatialExperiment, and Bioconductor setup
Sep 13, 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 a complete minimal R single-cell RNA sequencing analysis template as requested in the issue. The template provides a ready-to-use foundation for single-cell analysis with proper package management and comprehensive documentation.
Key Features Added
Project Structure
R/,data/,outputs/,vignettes/for organized project layoutrenv.lockwith pinned versions of essential packagesCore Dependencies
The
renv.lockfile includes all requested packages with specific versions:Analysis Framework
R/analysis_functions.R: Modular functions for data loading, preprocessing, normalization, and quality controlR/example_analysis.R: Complete workflow demonstrating the analysis pipelinevignettes/getting_started.Rmd: Step-by-step tutorial with code examplesQuick Start Guide
The README includes detailed instructions for:
renv::restore()for reproducible package installationDevelopment Setup
.gitignore: Configured for R projects, excluding build artifacts and large data files.Rprofile: Automatic renv activationrenv/settings.dcf: Package management configurationUsage Example
The template is immediately functional and provides a solid foundation for single-cell RNA-seq analysis projects with reproducible package management through renv.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.