baseline_correct {pepStat} | R Documentation |
Correct intensities by substracting PRE visit sample intensities.
baseline_correct(pSet, verbose = FALSE)
pSet |
A |
verbose |
A |
The function will try to pair as many sample as possible. The remaining subjects with a POST and no PRE will use the average expression of all baseline samples. Subjects with baseline only will not be represented in the resulting matrix.
A matrix
of the baseline corrected intensities, with as many
columns as there are samples POST visit
Renan Sauteraud