Detection of ligand-protein interactions from thermal proteome profiles (DLPTP) by FDR-controlled analysis of 2D-TPP experiments
This package contains functions to analyze 2D-thermal proteome profiles using the DLPTP (detection of ligand-protein interactions from thermal proteome profiles) approach. This is done by fitting two nested models (null and alternative) to the thermal profile of each protein and asking whether the alternative model explains the variance in the data significantly better than the null.
The TPP2D
package has been accepted into Bioconductor! Therefore, the most reliable way to install it is via BiocManager:
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("TPP2D")
BiocManager::install(“nkurzaw/TPP2D”)
The easiest way of learning how to use the TPP2D
package is to browse it's vignette:
library(TPP2D)
browseVignettes("TPP2D")