|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectexpr.CorrelationMaps
Field Summary | |
static float[] |
SQUARE_ROOTS
|
Constructor Summary | |
CorrelationMaps(java.lang.String[] args)
|
Method Summary | |
void |
assignPValues()
Assigns right tail -10Log10(pvalues) for each score > 0 in the CorrelationWindows |
void |
correlate()
Creates CorrelationWindows and performs random trials. |
static void |
main(java.lang.String[] args)
|
ExpressedGene[] |
makeRankedFloatArrays(ExpressedGene[] ex)
Makes and places RankedFloatArrays in each ExpressedGene, also nulls the ExpressedGene.values. |
float |
pairwiseCorrelationScore(ExpressedGene[] ex)
Average coorelation coefficient * square root of number of genes. |
static ExpressedGene[] |
parseGeneFile(java.io.File geneFile)
Converts a tab delimited file of (name chr start stop val1 val2 ...) into an ExpressedGene[] |
void |
printBarFiles()
|
void |
printCorrelationWindows()
Prints a spread sheet summary and a xxx.bed file for all of the windows. |
static void |
printDocs()
|
void |
processArgs(java.lang.String[] args)
This method will process each argument and assign new varibles |
void |
randomize(int index)
|
ExpressedGene[][] |
window(ExpressedGene[] ex)
Splits a chromosome of ExpressedGenes into windows based on the windowSize and minNumberGenes |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final float[] SQUARE_ROOTS
Constructor Detail |
public CorrelationMaps(java.lang.String[] args)
Method Detail |
public void printBarFiles()
public void printCorrelationWindows()
public void assignPValues()
public void correlate()
public void randomize(int index)
public float pairwiseCorrelationScore(ExpressedGene[] ex)
public ExpressedGene[][] window(ExpressedGene[] ex)
public ExpressedGene[] makeRankedFloatArrays(ExpressedGene[] ex)
public static ExpressedGene[] parseGeneFile(java.io.File geneFile)
public static void main(java.lang.String[] args)
public void processArgs(java.lang.String[] args)
public static void printDocs()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |