calculateTvalue {CSSQ} | R Documentation |
This calculates the modified T-statistics for the given comparison.
calculateTvalue(preprocessedData, label, comparison, numSamples)
preprocessedData |
A
|
label |
A vector containing the labels to use for the samples in preprocessedData. |
comparison |
A vector containing the comparison to be made. Names here need to correspond to the sample groups in the sample file (Eg. c("G1",G2") means the comparison G1/G2). |
numSamples |
Number of samples in the dataset. |
A vector that is the modified T-statistics for the comparison and labels given.
DBAnalyze
which calls this function