stuart-lab / signac

R toolkit for the analysis of single-cell chromatin data
https://stuartlab.org/signac/
Other
330 stars 88 forks source link

how to do monocle3 by standard 10x output files #1764

Closed GaF123 closed 3 months ago

GaF123 commented 3 months ago

Thank you so much for your excellent package!

I tried to use my own 10x cellranger output files to do monocle3 ananlysis. But found that the tutorial doesn't work with them. Could you please show how to do it with standard 10x cellranger files?

Thank you so much!

timoast commented 3 months ago

The required inputs are the same: a counts matrix and a fragment file. This is provided by the 10x cellranger pipeline. Please check some of the other vignettes for example code showing how to create a Seurat object from the 10x cellranger files.