knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
version <- as.character(packageVersion("turnoveR"))

turnoveR

CRAN_Status_Badge Git_Hub_Version Last-Update Documentation Build Status AppVeyor Build Status

About

The turnoveR package is a collection of tools for the analysis of protein degradation data sets.

Installation

You can install turnoveR from github with the devtools package. If you do not already have many of the dependencies installed, this may take a moment.

# install.packages("devtools") 
devtools::install_github("KopfLab/turnoveR")

Functionality

For a full reference of all functions, see the documentation. For an example of how to use the turnoveR package, see the vignette on Data Processing. For an overview of the package structure and available functions, see the vignette on Package Structure



KopfLab/turnoveR documentation built on May 28, 2019, 3:33 p.m.