|
| static Map< String, AgilentProbe > | parseAgilentExperiment (File file) throws IOException |
| |
| static AgilentArrayStats | parseAgilentExperimentGlobalStats (File file) throws IOException |
| |
static Map< String,
ExpressionExperimentInfo > | parseExperimentInfoFile (File experimentInfoFile) throws IOException |
| |
| static Map< String, String > | parseExperimentInfoFileToName (File experimentInfoFile) throws IOException |
| |
| static Map< String, String > | parseExperimentInfoFileToName (File experimentInfoFile, boolean passingFilter) throws IOException |
| |
static Map< String, Collection
< ExpressionExperimentInfo > > | parseExperimentInfoFileToGroup (File experimentInfoFile) throws IOException |
| |
static Map< String, Collection
< String > > | parseExperimentInfoFileToGroups (File experimentInfoFile) throws IOException |
| |
| static Map< String, Double > | makeDataMatrix (File agilentFile, Collection< String > nonFlaggedGenes) throws IOException |
| |
| static MatrixWithHeaders | makeDataMatrix (File[] agilentFiles) throws IOException |
| |
| static MatrixWithHeaders | makeDataMatrix (File[] agilentFiles, Map< String, ExpressionExperimentInfo > experimentInfo) throws IOException |
| |
static Map< String, Collection
< String > > | parseExperimentInfoGroups (String experimentInfoFile) throws IOException |
| |
static Map< String, Collection
< String > > | parseExperimentInfoNonControls (String experimentInfoFile) throws IOException |
| |
| static Collection< String > | parseControlSamples (String experimentInfoFile) throws IOException |
| |
| static Map<String, Double> broad.pda.geneexpression.agilent.AgilentUtils.makeDataMatrix |
( |
File |
agilentFile, |
|
|
Collection< String > |
nonFlaggedGenes |
|
) |
| throws IOException |
|
static |
| static MatrixWithHeaders broad.pda.geneexpression.agilent.AgilentUtils.makeDataMatrix |
( |
File[] |
agilentFiles | ) |
throws IOException |
|
static |
| static Map<String, AgilentProbe> broad.pda.geneexpression.agilent.AgilentUtils.parseAgilentExperiment |
( |
File |
file | ) |
throws IOException |
|
static |
| static AgilentArrayStats broad.pda.geneexpression.agilent.AgilentUtils.parseAgilentExperimentGlobalStats |
( |
File |
file | ) |
throws IOException |
|
static |
| static Collection<String> broad.pda.geneexpression.agilent.AgilentUtils.parseControlSamples |
( |
String |
experimentInfoFile | ) |
throws IOException |
|
static |
| static Map<String, ExpressionExperimentInfo> broad.pda.geneexpression.agilent.AgilentUtils.parseExperimentInfoFile |
( |
File |
experimentInfoFile | ) |
throws IOException |
|
static |
| static Map<String, Collection<ExpressionExperimentInfo> > broad.pda.geneexpression.agilent.AgilentUtils.parseExperimentInfoFileToGroup |
( |
File |
experimentInfoFile | ) |
throws IOException |
|
static |
| static Map<String, Collection<String> > broad.pda.geneexpression.agilent.AgilentUtils.parseExperimentInfoFileToGroups |
( |
File |
experimentInfoFile | ) |
throws IOException |
|
static |
| static Map<String, String> broad.pda.geneexpression.agilent.AgilentUtils.parseExperimentInfoFileToName |
( |
File |
experimentInfoFile | ) |
throws IOException |
|
static |
| static Map<String, String> broad.pda.geneexpression.agilent.AgilentUtils.parseExperimentInfoFileToName |
( |
File |
experimentInfoFile, |
|
|
boolean |
passingFilter |
|
) |
| throws IOException |
|
static |
| static Map<String, Collection<String> > broad.pda.geneexpression.agilent.AgilentUtils.parseExperimentInfoGroups |
( |
String |
experimentInfoFile | ) |
throws IOException |
|
static |
| static Map<String, Collection<String> > broad.pda.geneexpression.agilent.AgilentUtils.parseExperimentInfoNonControls |
( |
String |
experimentInfoFile | ) |
throws IOException |
|
static |
The documentation for this class was generated from the following file: