Skip to content

How to integrate my data to do scRNA analysis #4197

Answered by timoast
zandigohar asked this question in Q&A
Discussion options

You must be logged in to vote

Some of my scRNA data has one count matrix (.mtx), features, and barcodes files each, but the rest have double count matrix (.mtx), features, and barcodes files each because they were previously run into 2 lanes (L1 and L2) and the files were created separately.

You unfortunately can't just merge the count matrices derived from different sequencing runs of the same library, as the result would be incorrectly quantified (double counting of UMIs). You need to fix that issue by running cellranger aggr before doing anything else. If you really don't have access to the original data, then you need to drop one of the sequencing runs.

In general, we recommend that you first combine datasets by…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by timoast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants