Easy web publishing from R
Write
R Markdown
documents in RStudio.
Share them here on RPubs.
(It’s free, and couldn’t be simpler!)
Get Started
Recently Published
DREAM-High: Finding patterns with Heatmaps
Big idea: data can hide patterns
Large biological datasets are often too big to understand by reading numbers in a table.
In DREAM-High, we will eventually use heatmaps to look for patterns in breast cancer gene expression data from patients in The Cancer Genome Atlas. A heatmap can help us ask questions such as:
Which samples look similar to each other?
Which genes behave similarly across patients?
Can visual patterns help us discover tumor subtypes?
Today we will learn the same basic idea using a small practice dataset that comes with R.
Main idea: A heatmap turns numbers into colors so that hidden structure becomes easier to see.
Tax Revenues as Shares of GDP
This R notebook explores the "Tax Revenues as Share of GDP" dataset from Our World in Data.
DREAM-High: Finding Patterns with Heatmaps
Big idea: data can hide patterns
Large biological datasets are often too complex to understand by simply reading numbers in a table.
In DREAM-High, we will eventually use heatmaps to look for patterns in breast cancer gene expression data from patients in The Cancer Genome Atlas. A heatmap can help us answer questions such as:
Which samples look similar to each other?
Which genes behave similarly across patients?
Can visual patterns help us identify tumor subtypes?
Today, we will learn this same concept using a small practice dataset that comes with R.
Main idea: A heatmap turns numbers into colors, making hidden patterns and relationships easier to see.
Math Problems 7/15/26
Math problems of the day for 7/15/26.
HTML
Noise generation try