knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of pepdiff is to provide functions and plots for normalising peptide data from 'PRM' experiments.
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)
Basic functions and a typical workflow are outlined in the basic_use
vignette.
library(pepdiff) vignette('basic_use', package="pepdiff")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.