tpp2dAddAdditionalInfo: Add additional info to 2D-TPP CCR output data

Description Usage Arguments Value Examples

View source: R/tpp2dAddAdditionalInfo.R

Description

Adds additional info to 2D-TPP CCR output data, like counts on how often a certain protein was stabilized or destabilized

Usage

1
tpp2dAddAdditionalInfo(data, idVar = "gene_name")

Arguments

data

output table returned by the tpp2dCurveFit function

idVar

character string indicating which column of the data table contains unique protein ids

Value

A data frame to which additional data like how often a protein has been (de-)stabilized has been attached

Examples

1
2
load(system.file("example_data/2D_example_data/shortCCRresults.RData", package="TPP"))
shortCCRresults <- tpp2dAddAdditionalInfo(data = shortCCRresults, idVar="representative")

DoroChilds/TPP documentation built on Oct. 31, 2021, 4:38 a.m.