TPP
package.tpptrImport
imports several tables of protein fold
changes and stores them in a list of ExpressionSets for use in the
TPP
package.
tpptrImport(configTable, data = NULL, idVar = "gene_name", fcStr = "rel_fc_", naStrs = c("NA", "n/d", "NaN"), qualColName = "qupm")
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 temperatures are
returned by S$label
and S$temperature
Path
-column of the configTable
argument, or given directly as
a list of dataframes in the data
argument. They can differ, for
example, by biological replicate or by experimental condition (for example,
treatment versus vehicle). Their names are defined uniquely by the
Experiment
column in configTable
. Experimental conditions can
be specified by an optional column in configTable
.
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 each datafile. Alternatively,
data can be directly handed over by the data
argument.
Experiment
: unique experiment names.
Condition
: experimental conditions of each dataset.
Proteins with NAs in the data column specified by idVar
receive
unique generic IDs so that they can be processed by the package.
tppccrImport
data(hdacTR_smallExample)
tpptrData <- tpptrImport(hdacTR_config, hdacTR_data)
Run the code above in your browser using DataLab