|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tools.mapstrength.mapstrength
Evaluates if a gene picking experiments which maps genes to given loci is statistically significant. Assume one performs a micro-array experiment and picks n genes that map to p well defined loci of a genome. The question which mapstrength helps assess is what is the probability that the mapping can be obtained by chance.
| Constructor Summary | |
mapstrength()
|
|
| Method Summary | |
void |
addTargetLocus(java.lang.String locus)
|
void |
clearTargetLoci()
Clears the set of target loci. |
int |
evaluate()
Evaluate the number of random matches to the target loci. |
int |
getPickNumber()
|
int |
getRepeatNumber()
|
static void |
main(java.lang.String[] args)
|
static void |
message(java.lang.String msg)
|
boolean |
readLocusLink(java.lang.String filename)
|
boolean |
readTargetLoci(java.lang.String filename)
Read a file with one locus per line. |
MapStrengthStats |
repeatEvaluate()
Evaluate the number of random matches to the target loci. |
void |
setPickNumber(int pickNumber)
|
void |
setRepeatNumber(int repeatNumber)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public mapstrength()
| Method Detail |
public static void main(java.lang.String[] args)
public int getPickNumber()
public void setPickNumber(int pickNumber)
public void addTargetLocus(java.lang.String locus)
throws LocusSyntaxErrorException
LocusSyntaxErrorException
public boolean readTargetLoci(java.lang.String filename)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundException
java.io.IOExceptionpublic void clearTargetLoci()
public boolean readLocusLink(java.lang.String filename)
throws UnsupportedFormatException,
SyntaxErrorException,
java.io.FileNotFoundException
UnsupportedFormatException
SyntaxErrorException
java.io.FileNotFoundExceptionpublic static void message(java.lang.String msg)
public int evaluate()
public MapStrengthStats repeatEvaluate()
public int getRepeatNumber()
public void setRepeatNumber(int repeatNumber)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||