My First Analysis
Bioinformatics
Analysis
R
A brief summary of my first analysis project.
Introduction
This post details my first foray into analyzing…
Methods
I used the following R packages:
```{r}
library(tidyverse)
print("Hello from my first analysis post!")
```