|
| static MatrixWithHeaders[] | permuteData (MatrixWithHeaders data, Collection< String > group1, Collection< String > group2, int numberPermutations, double[] fudgeFactors, boolean useFold, boolean paired) |
| |
| static MatrixWithHeaders[] | permuteData (MatrixWithHeaders data, Map< String, Collection< String >> groups, int numberPermutations, double[] fudgeFactors, boolean useFold, boolean paired) |
| |
| static MatrixWithHeaders[] | permuteDataByGroupSize (MatrixWithHeaders data, int groupSize, Map< String, Collection< String >> groups, int numPerm, double[] fudgeFactors, boolean useFold) |
| |
| static MatrixWithHeaders[] | permuteAndAssignFDR (MatrixWithHeaders testStats, MatrixWithHeaders data, Collection< String > group1, Collection< String > group2, int numberPermutations, double[] fudgeFactors, boolean useFold, boolean paired, double alpha) |
| |
| static MatrixWithHeaders [] broad.pda.differentialExpression.Permutations.permuteAndAssignFDR |
( |
MatrixWithHeaders |
testStats, |
|
|
MatrixWithHeaders |
data, |
|
|
Collection< String > |
group1, |
|
|
Collection< String > |
group2, |
|
|
int |
numberPermutations, |
|
|
double[] |
fudgeFactors, |
|
|
boolean |
useFold, |
|
|
boolean |
paired, |
|
|
double |
alpha |
|
) |
| |
|
static |
| static MatrixWithHeaders [] broad.pda.differentialExpression.Permutations.permuteData |
( |
MatrixWithHeaders |
data, |
|
|
Collection< String > |
group1, |
|
|
Collection< String > |
group2, |
|
|
int |
numberPermutations, |
|
|
double[] |
fudgeFactors, |
|
|
boolean |
useFold, |
|
|
boolean |
paired |
|
) |
| |
|
static |
| static MatrixWithHeaders [] broad.pda.differentialExpression.Permutations.permuteData |
( |
MatrixWithHeaders |
data, |
|
|
Map< String, Collection< String >> |
groups, |
|
|
int |
numberPermutations, |
|
|
double[] |
fudgeFactors, |
|
|
boolean |
useFold, |
|
|
boolean |
paired |
|
) |
| |
|
static |
| static MatrixWithHeaders [] broad.pda.differentialExpression.Permutations.permuteDataByGroupSize |
( |
MatrixWithHeaders |
data, |
|
|
int |
groupSize, |
|
|
Map< String, Collection< String >> |
groups, |
|
|
int |
numPerm, |
|
|
double[] |
fudgeFactors, |
|
|
boolean |
useFold |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: