Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strategy needed: RCTD deconvolution for large-scale mouse liver spatial transcriptomics data (99,894 spots) #225

Open
Lao-Tz opened this issue Dec 12, 2024 · 0 comments

Comments

@Lao-Tz
Copy link

Lao-Tz commented Dec 12, 2024

I'm analyzing spatial transcriptomics data from mouse liver in Type 2 Diabetes, with matching scRNA-seq reference data. The dataset contains 99,894 spots (52,006 features), stored in a Seurat object:

st_sp1
An object of class Seurat
52006 features across 99894 samples within 3 assays
Active assay: integrated (3000 features, 3000 variable features)
2 layers present: data, scale.data
2 other assays present: Spatial, SCT
2 dimensional reductions calculated: pca, umap
1 image present: sample1

I'm facing two main issues:

  1. Visualization problems:
  • The number of spots is too large to generate visualization plots
  • Even when plots are generated, they're too dense to interpret meaningfully
  1. RCTD deconvolution results appear problematic:
    Using 'doublet' mode, the results show:
    First type assignment:
  • Hepatocytes: 99,892 spots
  • Cholangiocytes: 2 spots
  • All other cell types: 0 spots

Second type assignment:

  • Cholangiocytes: 85,928 spots
  • Kupffer cells: 6,899 spots
  • Macrophages: 2,961 spots
  • Other cell types: (various smaller numbers)

Questions:

  1. Should I:
    • Re-run RCTD with 'full' mode instead of 'doublet'?
    • Merge adjacent spots before deconvolution?
    • Try a different approach entirely?
  2. Are these results typical for liver spatial data, given the high proportion of hepatocytes?
  3. What's the recommended approach for handling such a large number of spots while maintaining biological relevance?

Technical details:

  • Platform: 10x Visium
  • Sample: Mouse liver (T2D model)
  • Analysis: RCTD deconvolution with matching scRNA-seq reference
  • Current parameters: doublet mode

Any suggestions would be greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant