Thank you. I have received also an answer from 10X genomics that say :
- First you will need to run cellranger count separately four times on each of your 4 libraries:
https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/count:
- Then to combine them with cellranger aggr on all four libraries at the same time, I would set up a CSV like this:
library_id,molecule_h5,treatment
WT_replicate1,/path/to/molecule_info.h5,WT
WT_replicate2,/path/to/molecule_info.h5,WT
DIS_replicate1,/path/to/molecule_info.h5,DIS
DIS_replicate2,/path/to/molecule_info.h5,DIS
This way you can combine all four libraries in Loupe browser and combine the WT and DIS treatments if you like.
Please see: https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/aggregate
that is a great suggestion, thank you very much !
Dear Lior, on a side note, may I ask you please for another suggestion :
what batch-correction method would you recommend for scRNA-seq ? CCA, MNNCORRECT, other methods ?
thanks again !