/pepdiff

tools for working with peptide quantification Mass Spec data

Primary LanguageROtherNOASSERTION

pepdiff

R-CMD-check

The goal of pepdiff is to provide functions and plots for normalising peptide data from ‘PRM’ experiments.

Installation

Install direct from GitHub with:

# install.packages("devtools")
devtools::install_github("TeamMacLean/pepdiff")

Or via renv . Some bioconductor packages won’t automatically install this way, so do them first.

renv::install("bioc::ComplexHeatmap)
renv::install("bioc::tidybulk)

renv::install("TeamMacLean/pepdiff)

Use

Basic functions and a typical workflow are outlined in the basic_use vignette.

library(pepdiff)
vignette('basic_use', package="pepdiff")