|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.core.ConsoleObject
adams.core.option.AbstractOptionHandler
adams.data.filter.AbstractFilter<T>
adams.data.filter.AbstractDatabaseConnectionFilter<Heatmap>
adams.data.filter.FeatureGenerator
T - the type of data to filterpublic class FeatureGenerator
A filter that modifies the quantitation reports of chromatograms being passed through. The supplied quantitation report filter updates/modifies the quantitation report.
Valid options are:-D (property: debug)
If set to true, scheme may output additional info to the console.
-debug-out <java.io.File> (property: debugOutputFilePrefix)
If the file is not pointing to a directory, then the filtered data gets
dumped to a file with a filename consisting of this prefix, the database
ID and the extension 'chrom'.
default: .
-filter <gcms.data.quantitation.AbstractFeatureGenerator [options]> (property: filter)
The filter to use for updating/modifying the quantitation report.
default: gcms.data.quantitation.PassThrough -debug-out .
Default options for gcms.data.quantitation.PassThrough (-filter/filter):
-D (property: debug)
If set to true, scheme may output additional info to the console.
-debug-out <java.io.File> (property: debugOutputFilePrefix)
If the file is not pointing to a directory, then the filtered data gets
dumped to a file with a filename consisting of this prefix, the database
ID and the extension 'chrom'.
default: .
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class adams.data.filter.AbstractFilter |
|---|
AbstractFilter.FilterJob<T extends DataContainer> |
| Field Summary | |
|---|---|
protected AbstractFeatureGenerator |
m_Generator
the report filter. |
| Fields inherited from class adams.data.filter.AbstractDatabaseConnectionFilter |
|---|
m_DatabaseConnection |
| Fields inherited from class adams.core.option.AbstractOptionHandler |
|---|
m_DebugLevel, m_OptionManager |
| Constructor Summary | |
|---|---|
FeatureGenerator()
|
|
| Method Summary | |
|---|---|
void |
defineOptions()
Adds options to the internal list of options. |
String |
generatorTipText()
Returns the tip text for this property. |
protected AbstractDatabaseConnection |
getDefaultDatabaseConnection()
Returns the default database connection. |
AbstractFeatureGenerator |
getGenerator()
Returns the current generator. |
String |
globalInfo()
Returns a string describing the object. |
protected Heatmap |
processData(Heatmap data)
Performs the actual filtering. |
void |
setGenerator(AbstractFeatureGenerator value)
Sets the generator to use. |
protected void |
updateDatabaseConnection()
Updates the database connection in the filter. |
| Methods inherited from class adams.data.filter.AbstractDatabaseConnectionFilter |
|---|
getDatabaseConnection, initialize, setDatabaseConnection |
| Methods inherited from class adams.data.filter.AbstractFilter |
|---|
checkData, cleanUp, compareTo, destroy, equals, filter, filter, filter, filter, filter, forCommandLine, forName, getFilters, reset, shallowCopy, shallowCopy |
| Methods inherited from class adams.core.option.AbstractOptionHandler |
|---|
cleanUpOptions, debug, debug, debugLevelTipText, finishInit, getDebugLevel, getOptionManager, isDebugOn, newOptionManager, setDebugLevel, toCommandLine, toString |
| Methods inherited from class adams.core.ConsoleObject |
|---|
getDebugging, getSystemErr, getSystemOut, sizeOf |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected AbstractFeatureGenerator m_Generator
| Constructor Detail |
|---|
public FeatureGenerator()
| Method Detail |
|---|
public String globalInfo()
globalInfo in class AbstractOptionHandlerpublic void defineOptions()
defineOptions in interface OptionHandlerdefineOptions in class AbstractOptionHandlerprotected AbstractDatabaseConnection getDefaultDatabaseConnection()
getDefaultDatabaseConnection in class AbstractDatabaseConnectionFilter<Heatmap>public void setGenerator(AbstractFeatureGenerator value)
value - the generatorpublic AbstractFeatureGenerator getGenerator()
public String generatorTipText()
protected void updateDatabaseConnection()
updateDatabaseConnection in class AbstractDatabaseConnectionFilter<Heatmap>protected Heatmap processData(Heatmap data)
processData in class AbstractFilter<Heatmap>data - the data to filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||