TPP package.tppccrImport imports a table of protein fold changes and 
stores them in an ExpressionSet for use in the TPP package.
tppccrImport(configTable, data = NULL, idVar = "gene_name", fcStr = "rel_fc_", naStrs = c("NA", "n/d", "NaN", ""), qualColName = "qupm", nonZeroCols = "qssm") configTable.fcStr will be regarded as containing fold change values.na.strings in function read.delim.S, the fold changes can 
be accessed by exprs(S). Protein expNames can be accessed by 
featureNames(S). Isobaric labels and the corresponding concentrations are 
  returned by S$label and S$concentration.
configTable 
  argument, or given directly in the data argument
  
  The default settings are adjusted to analyse data of the pyhton package 
  isobarQuant. You can also customise them for your own dataset.
  
  The configTable argument is a dataframe, or the path to a 
  spreadsheet (tab-delimited text-file without quoted strings, or xlsx format). 
  Information about each experiment is stored row-wise. 
  It contains the following columns: 
  Path: location of the datafile. Alternatively, data can be directly handed
  over by the data argument.
 Experiment: unique experiment name.
   
  During data import, proteins with NAs in the data column specified by idVar receive 
  unique generic IDs so that they can be processed by the package.
tpptrImport, tppccrCurveFit
data(hdacCCR_smallExample)
tppccrData <- tppccrImport(configTable=hdacCCR_config, 
data = hdacCCR_data)
Run the code above in your browser using DataLab