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

How to compare two conditions ? #10

Open
Bio-data-tricks opened this issue Feb 13, 2022 · 1 comment
Open

How to compare two conditions ? #10

Bio-data-tricks opened this issue Feb 13, 2022 · 1 comment

Comments

@Bio-data-tricks
Copy link

Bio-data-tricks commented Feb 13, 2022

Hello everyone,
I have affymetrix data with gene annotation. I would like to compare a control sample (n=3) vs another condition (n=3). Could someone help me to use enrichplot and clusterProfiler to visualize the differences between these two samples? Which functions should I use ?

Thank you !

Nicolas
dat.xlsx

@DaiqingChen
Copy link

Hi Nicolas,
I am also just a user of clusterProfiler, not the authors. But from my experience, you should first choose your differential expressed gene list, the most common criterial is adjusted P-value < 0.05 and logFC >1. A tutrial you can follow: [https://www.bioconductor.org/packages/devel/workflows/vignettes/RNAseq123/inst/doc/limmaWorkflow.html]

Then annotate these differential expressed genes by GO or KEGG, as Chapter 6 and 7 from the book. After that you will be able to visualize the difference. There is no one single function you can run to get the plot.

Best,
Daiqing

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