Description Usage Arguments Value Examples
View source: R/tpp2dAddAdditionalInfo.R
Adds additional info to 2D-TPP CCR output data, like counts on how often a certain protein was stabilized or destabilized
| 1 | 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
| 1 2 | load(system.file("example_data/2D_example_data/shortCCRresults.RData", package="TPP"))
shortCCRresults <- tpp2dAddAdditionalInfo(data = shortCCRresults, idVar="representative")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.