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

proteins

This package contains the proteins dataset and some developmental utility functions related to proteomic and protein analyses. The dataset 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.

Installation

You cannot yet install the released version of tidybiology from CRAN with:

install.packages("proteins")

So in the meantime, use the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("hirscheylab/proteins")

Example

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

library(proteins)
glimpse(proteins)


matthewhirschey/proteins documentation built on Nov. 9, 2020, 10:14 a.m.