Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compare multiple pairs concurrently #40

Open
pchiang5 opened this issue Nov 15, 2022 · 2 comments
Open

compare multiple pairs concurrently #40

pchiang5 opened this issue Nov 15, 2022 · 2 comments

Comments

@pchiang5
Copy link

Hi,

My dataset contains single-cell data with the following 6 treatments:

A
A+B
A+B+C
A+C
A+C+D
A+B+C+D

I would like to know the genes specifically induced by B. I wonder if it is okay and more robust to perform pairwise comparisons as below and get the aggregated output of significant genes induced by B in all conditions?
A vs A+B
A+C vs A+C+B
A+C+D vs A+C+D+B

Thanks!

@const-ae
Copy link
Owner

Hi,

I wonder if it is okay and more robust [...]

'More' compared with what?

A vs A+B
A+C vs A+C+B
A+C+D vs A+C+D+B

All these three comparisons are equal to just testing for the effect of B (assuming you have a one-hot encoding for your conditions).

Best,
Constantin

@pchiang5
Copy link
Author

pchiang5 commented Nov 15, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants