|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AFLPcore.Operation | +--AFLPcore.AnalysisOp | +--AFLPcore.MapMakerAnalysis
This class is an AnalysisOp
which outputs information
about all of the bins in the gel. For each bin in the gel, the
name, if defined is printed out. If the name is not printed out, then
a name is produced by adding 'n' to the front of the location, which
is rounded to a whole number. Each name is prefaced with a '*'.
Next, the label assigned to each lane in the gel is printed out.
Sample output for two bin, one without a defined name and one with:
*n102 ABABBAABBABAABABBABBBA *binName ABBABABAAABBBBAABABABBor in general:
*name or *nlocation lane1Label|lane2Label|....|laneNLabel
Lines in the output string are seperated with '\n'
Bin
Fields inherited from class AFLPcore.Operation |
descript, helpFile, name, options |
Constructor Summary | |
MapMakerAnalysis()
Creates a new MapMakerAnalysis object. |
Method Summary | |
java.lang.String |
analyze(Gel gel)
Provides an anlysis for the the specified gel. |
java.lang.String |
getDescription()
Gives a one sentence description of this analysis operation. |
java.lang.String |
getHelpFile()
Gives a file that is the help file for this analysis operation |
java.lang.String |
getName()
Gives the name of this bin analysis operation |
Option[] |
getOptions()
No options for this operation, so null is returned. |
void |
setOptions(Option[] opts)
Since there are no options for this operation, this method will do absolutely nothing. |
Methods inherited from class AFLPcore.AnalysisOp |
clone |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapMakerAnalysis()
Method Detail |
public java.lang.String analyze(Gel gel)
analyze
in class AnalysisOp
gel
- the gel to analyzepublic Option[] getOptions()
null
is returned.getOptions
in class Operation
null
public void setOptions(Option[] opts)
setOptions
in class Operation
AFLPcore.Operation
opts
- the values for the options that this operation
understands.public java.lang.String getName()
getName
in class Operation
public java.lang.String getDescription()
getDescription
in class Operation
public java.lang.String getHelpFile()
getHelpFile
in class Operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |