|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttrans.cel.CelProcessor
Application to process '.cela' files, wrapper for CelMapper
,
QuantileNormalization
.
Constructor Summary | |
CelProcessor(java.lang.String[] args)
|
Method Summary | |
static boolean |
anyNaNs(float[] ints)
Looks for NaN in IntensityFeatures. |
static boolean |
anyNaNs(IntensityFeature[] ints)
Looks for NaN in IntensityFeatures. |
static void |
breakAndSaveCelp(java.io.File celpFile,
MapFeature[] features)
Given a float[] celp file and the corresponding MapFeature[] will make a minimal |
static void |
breakSaveFeatureArray(java.util.ArrayList bpmapInfo,
MapFeature[] mapFeatures,
java.io.File celpFile)
Use this method to break and save a celp float[] file into chromosomal components in a directory named after the celpFile minus the .celp extension. |
static void |
main(java.lang.String[] args)
|
static void |
printDocs()
|
void |
processArgs(java.lang.String[] args)
This method will process each argument and assign any new varibles |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CelProcessor(java.lang.String[] args)
Method Detail |
public static void breakSaveFeatureArray(java.util.ArrayList bpmapInfo, MapFeature[] mapFeatures, java.io.File celpFile)
public static boolean anyNaNs(IntensityFeature[] ints)
public static boolean anyNaNs(float[] ints)
public static void breakAndSaveCelp(java.io.File celpFile, MapFeature[] features)
public void processArgs(java.lang.String[] args)
public static void printDocs()
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |