tpp2dAddAdditionalInfo {TPP}R Documentation

Add additional info to 2D-TPP CCR output data

Description

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

Usage

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

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


[Package TPP version 3.20.1 Index]