|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.iastate.metnet.metaomgraph.MetaOmAnalyzer
public class MetaOmAnalyzer
| Field Summary | |
|---|---|
static int |
PEARSON
|
static int |
SPEARMAN
|
| Constructor Summary | |
|---|---|
MetaOmAnalyzer()
|
|
| Method Summary | |
|---|---|
static void |
doAnalysis(MetaOmProject project,
java.lang.String geneList,
int row,
java.lang.String name,
int method)
Runs an analysis of the given row, in a given list, in a given project. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int PEARSON
public static final int SPEARMAN
| Constructor Detail |
|---|
public MetaOmAnalyzer()
| Method Detail |
|---|
public static void doAnalysis(MetaOmProject project,
java.lang.String geneList,
int row,
java.lang.String name,
int method)
throws java.io.IOException
project.setLastCorrelation(result, name+" Correlation").
project - a MetaOmProject to use for analysisgeneList - The name of the list in the project to analyze. If this value
is null, MetaOmProject.COMPLETE_LIST will be
assumed.row - the row in the list to use as "base data"name - an identifier for the base data rowmethod - the correlation method to use (MetaOmAnalyzer.PEARSON
or MetaOmAnalyzer.SPEARMAN)
java.io.IOException - if there is an error retrieving data from the project
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||