knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
library(tidyverse)

mitocarta

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.

Installation

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")

Example

This is how to take a glimpse into the mitocarta dataset:

library(mitocarta)
glimpse(mitocarta)


hirscheylab/mitocarta documentation built on Nov. 24, 2019, 12:05 a.m.