Combining Conditions in scRNA-seq (Drop-seq) for Analysis
1
0
Entering edit mode
6.7 years ago
asyndeton17 ▴ 40

Hi,

I recently ran a Drop-seq experiment and got my demultiplexed data back for two different conditions. When should I combine the two files together? I began with two queryname-sorted BAM files. Should I merge the files after alignment, right before alignment, or after I extract the matrix for each condition?

Thanks

RNA-Seq scRNA-seq drop-seq • 2.0k views
ADD COMMENT
0
Entering edit mode

What's the goal? I assume you have multiple cells for each condition and are able to get counts for each. Normally you'll be using a matrix of that.

ADD REPLY
0
Entering edit mode

Yes, there are many cells for each condition, but I want to plot both conditions onto one plot (probably a PCA plot).

ADD REPLY
1
Entering edit mode
6.7 years ago

For PCA (or tSNE, which is likely what you'll end up doing), you'll need a matrix with all of the cells for both conditions. Don't "merge" things in any other way.

ADD COMMENT
0
Entering edit mode

That seems reasonable. Will I be able to keep track of which condition cells came from within the matrix? If so, how?

ADD REPLY
0
Entering edit mode

Normally you just cbind() them and will know beforehand how many come from each cell type, so yes. But the responsibility for doing that is on you.

ADD REPLY

Login before adding your answer.

Traffic: 2675 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6