tpp2dAddAdditionalInfo {TPP} | R Documentation |
Adds additional info to 2D-TPP CCR output data, like counts on how often a certain protein was stabilized or destabilized
tpp2dAddAdditionalInfo(data, idVar = "gene_name")
data |
output table returned by the |
idVar |
character string indicating which column of the data table contains unique protein ids |
A data frame to which additional data like how often a protein has been (de-)stabilized has been attached
load(system.file("example_data/2D_example_data/shortCCRresults.RData", package="TPP")) shortCCRresults <- tpp2dAddAdditionalInfo(data = shortCCRresults, idVar="representative")