knitr::opts_chunk$set(collapse = T, comment = "#>") options(tibble.print_min = 4L, tibble.print_max = 4L) set.seed(1000)
library(DukeProteomicsSuite)
This vignette introduces DukeProteomicsSuite functions and helps those unfamiliar with energetic proteomics methods to better understand what this package does and how it can be used. We'll start with a rough overview of energetic proteomics methods, then discuss where this package can be used, and finally provide real-world examples.
Proteomics is a broad field of
Talk about expression level vs phenotype analysis
TPP can be accessed using OnePotTPP_Phenotype.Fun()
or OnePotTPP_Ligand.Fun()
Can introduce error messages if p value is out of range or a TMTPlex is selected which is not currently available
OnePotTPP_Ligand.Fun(TPPExample_Ligand, p_cutoff = -5)
OnePotTPP_Ligand.Fun(TPPExample_Ligand, TMTplex = 8)
Look at example data by ?TPPExample_Ligand
OnePotTPP_Phenotype.Fun()
Calculates the Introduce the method Go through the analysis Examples
Introduce the method Go through the analysis Examples
Here we go knit
Here is some code
library(DukeProteomicsSuite)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.