knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(tidyverse)
This package contains the mitocarta
dataset. It accompanies a workshop-style class that provides an
introduction to the emerging field of Data Science in R, including data
analysis and visualization, with a particular focus on its utility for
biological insight. This package also contains some utility functions for simple analyses.
You cannot yet install the released version of tidybiology from CRAN with:
install.packages("mitocarta")
So in the meantime, use the development version from GitHub with:
# install.packages("devtools") devtools::install_github("hirscheylab/mitocarta")
This is how to take a glimpse
into the mitocarta dataset:
library(mitocarta) glimpse(mitocarta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.