<<<<<<< HEAD
separate dependencies: tidyProt: lmTestContrast lmerTestContrast
getPPIs: * data(musInteractome)
neten: * neten
geneLists mapIDs==getIDs (from getPPIs) other mapping functions * data('geneLists') # gene lists
=======
tidy statistical inference in protein mass spectrometry experiments
To install the tidyProt
package, for example use devtools::install_github("twesleyb/tidyProt")
.
Insure you have installed the following R packages:
install.packages("dplyr")
BiocManager::install("impute")
install.packages("data.table")
install.packages("reshape2")
install.packages("lmerTest")
library(tidyProt)
# Linear Model Analysis
data(wash_bioid)
lmTestContrast()
# Mixed-Model Analysis
data(swip_tmt)
lmerTestConstrast()
fa8284bc407769da82e663b3ba503fe495d237dc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.