Question: Is it possible to combine gene expression data from 3' and 5' libraries?
Answer: The cellranger aggr
pipeline can combine 3' and 5' gene expression data. However, cellranger aggr
does not correct for chemistry-specific effects.
Normalization and correcting for systematic or batch effects in single cell RNA seq data are areas of active research, and at present, we don't offer specific recommendations.
There are a number of packages in R that address batch correction issues (e.g., Seurat(1), scran(2), and scone).
Here are some resources for performing batch correction in Seurat:
- A tutorial on using the RegressOut function:
- A tutorial on aligning datasets or samples that are expected to be similar (as in the case of biological replicates):
References: