knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" ) library(tidyverse)
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.
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")
This is how to take a glimpse
into the proteins dataset:
library(proteins) glimpse(proteins)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.