Top visualisation tricks you should know in R

Top visualisation tricks you should know in R

Find out some of the best tricks and tips for visualisation in R! Having cool results is one thing, but being able to show those results is another. Choosing the right plot and making it attractive is just as important to get your message across clearly. In this post,...
Easy confidence intervals and p-values

Easy confidence intervals and p-values

Confidence intervals, confidence level and p-values simply explained! Let’s talk about p-values and confidence intervals! They’re very common statistical terms, and I thought I had a clear understanding of what both are, but turns out that language can be...
Pathway Enrichment Analysis with clusterProfiler

Pathway Enrichment Analysis with clusterProfiler

R TUTORIAL: Perform pathway enrichment analysis with clusterProfiler() in R Table of contents 5 Before you start 5 Step-by-step clusterProfiler tutorial 9 Step 0: Set up your script and load the data 9 Step 1: Prepare inputs for clusterProfiler 9 Step 2: Run...
Easy R tutorial: pathway enrichment analysis plots

Easy R tutorial: pathway enrichment analysis plots

R TUTORIAL: Visualization of pathway enrichment analysis results with clusterProfiler Table of contents 5 Before you start 5 Step-by-step tutorial 9 Creating an enrichResult object 9 Barplots 9 Dotplots 9 Cnetplot 9 Heatplot 9 Treeplot 9 Enrichment map 9 Upsetplot 5...