public class AssociatingPcasWithAnnotation extends Object
| Constructor and Description |
|---|
AssociatingPcasWithAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
static void |
associateAnovaScoreAndItemOfInterest(DoubleMatrixDataset<String,String> doubleMatrix,
HashMap<String,HashMap<String,String>> interestSets)
Test for difference between all GSE groups with Anova.
|
static void |
associateScoreAndItemOfInterest(DoubleMatrixDataset<String,String> doubleMatrix,
HashMap<String,HashMap<String,String>> interestSets,
ArrayList<String> entries)
Test for difference between 2 groups with T-test.
|
static void |
correlateScoreAndItemOfInterest(DoubleMatrixDataset<String,String> doubleMatrix,
HashMap<String,HashMap<String,String>> interestSets,
String outfile,
boolean samplesOnRows)
Correlate values of interest to age
|
static void |
main(String[] args) |
static String[] |
readGeneNamesForProbes(String filename,
List<String> probes) |
public static void main(String[] args) throws IOException, ClassNotFoundException
args - the command line argumentsIOExceptionClassNotFoundExceptionpublic static void associateScoreAndItemOfInterest(DoubleMatrixDataset<String,String> doubleMatrix, HashMap<String,HashMap<String,String>> interestSets, ArrayList<String> entries)
doubleMatrix - interestSets - entries - names of the two groupspublic static String[] readGeneNamesForProbes(String filename, List<String> probes) throws IOException
IOExceptionpublic static void correlateScoreAndItemOfInterest(DoubleMatrixDataset<String,String> doubleMatrix, HashMap<String,HashMap<String,String>> interestSets, String outfile, boolean samplesOnRows) throws IOException
doubleMatrix - interestSets - IOExceptionpublic static void associateAnovaScoreAndItemOfInterest(DoubleMatrixDataset<String,String> doubleMatrix, HashMap<String,HashMap<String,String>> interestSets)
doubleMatrix - interestSets - entries - names of the two groupsCopyright © 2015. All Rights Reserved.