README.md

TPP2D

Build Status codecov

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.

Installation

Installation from Bioconductor (recommended)

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")

Installation of the development version

BiocManager::install(“nkurzaw/TPP2D”)

Getting started

The easiest way of learning how to use the TPP2D package is to browse it's vignette:

library(TPP2D)
browseVignettes("TPP2D")


Try the TPP2D package in your browser

Any scripts or data that you put into this service are public.

TPP2D documentation built on Nov. 8, 2020, 4:54 p.m.