|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AFLPcore.Operation | +--AFLPcore.AnalysisOp | +--AFLPcore.BinAnalysis
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, as well as the location and range.
Then all of the overall scoring information is displayed for the bin.
Finally, the label assigned to each lane in the gel is printed out.
Sample output for a single bin (text enclosed in [] may not always be printed):
[BinName at] 102.4 +/- 2.3 bp Mean: 101.9 StdDev: 0.02 #A: 10 #B 12 from 10/10 peaks. ABABBAABBABAABABBABBBAor in general:
[name at] location +/- range overall score info line 1 overall score info line 2 . overall score info line n 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 | |
BinAnalysis()
Creates a new BinAnalysis 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 BinAnalysis()
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 |