Skip to content

Commit

Permalink
get ready for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lpantano committed Jul 26, 2024
1 parent fe38272 commit 6e5d610
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/singlecell/CellToCell/cellchat.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -437,4 +437,4 @@ gg1 <- netVisual_bubble(cellchat_merged,
angle.x = 45,
remove.isolate = T)
gg1
signaling.grade2_increased = gg1$data
signaling.grade2_increased = gg1$data
File renamed without changes.
16 changes: 16 additions & 0 deletions inst/templates/singlecell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,19 @@
# Start with cell-ranger

`pre-process-w-cellranger.md` contains step by step guidelines on how to run cellranger in O2 and load data into R. This `scripts/seurat_init.R` script contains all the pieces to go from cellranger output to Seurat obj. It is assuming a mouse genome.

# QC

Currently we are working on deploying a shiny app to inspect the single cell object and find the best cut-offs for filtering. The Rmd that helps to visualize the before and after is `QC.Rmd`.

# Integration

Currently we are working on guidelines and templates for this step. There is some draft under *Integration** folder.

# Cell to cell communication

CellChat template is at `CellToCell/cellchat.Rmd`. We have built a stable environment in O2 using the following modules:

```
# gcc/9.2.0 imageMagick/7.1.0 geos/3.10.2 cmake/3.22.2 R/4.3.1 fftw/3.3.10 gdal/3.1.4 udunits/2.2.28 boost/1.75.0 python/3.9.14
```

0 comments on commit 6e5d610

Please sign in to comment.