Differential expression analyses¶
We identified the different clusters but we don't know to which cell types they correspond to. To be able to characterize them, we often use differential expression analyses. Please, go read carefully introduction and marker annotation.
Do it yourself!
Render your RMD/QMD¶
To complete this week you'll need to :
- 1. Perfom the differential expression analyses by taking all deregulated genes (up and
down), with
min.pct = 0.1
andlogfc.threshold = 0
. - 2. Annotate the result with biomaRt
- 3. In a new dataframe, retrieve only significant result, all genes with a p-value adjusted inferior to 0.05.
- 4. How many genes are significantly deregulated by cluster ?
- 5. Group the dataframe by cluster
- 6. Retrieve the 5 most upregulated genes and 5 most downregulated genes by cluster
- 7. Plot a heatmap of these genes
- 8. Visualise the most upregulated gene for each cluster in a violin plot, describe the plot
IMPORTANT
Please note you must be explicative in your cutoff choices and provide detailed explanations for each step of your thought process In general, try to explain in your own words for each step of your analysis!
Add your RMD/QMD in your Trello card. You can also add the html version of your rapport.
Thank you for your attention and see you next week