runCellQC on the output of cellranger multi #742
Unanswered
esfandyari
asked this question in
Q&A
Replies: 1 comment
-
|
I have the same questions, I want to run DecontX which uses the SingleCellExperiment data structure. I thought I would just try both approaches you described, but since the output structure for multiplexed data is different I can't get importCellRanger to work. If anyone has a workaround I would greatly appreciate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear SCTK team, thanks for developing such a nice and comprehensive tool!
I have used it successfully on the output of cellranger count, but I was wondering how it can be implemented for multiplexed or hybridization-based experiments, e.g., when using 10x genomics Cellplex or gene expression Flex (multiplexing biological samples in 1 capture).
In these cases, we use cellranger Multi and the output structure is different, i.e. there are:
Details on the output structure can be found here
An example dataset can be found here
Do you have a recommendation for applying the pipeline for multiplexed samples?
Does it make sense to import individual (demultiplexed per sample) filtered and raw matrices, merge them and then run the pipeline using the
sample=argument? Or would you rather process each sample separately and then merge resulted cleaned-up objects?When specifying the
backgroundinrunCellQC, which raw data do you recommend using?Any hints are much appreciated! Thanks!
Beta Was this translation helpful? Give feedback.
All reactions