Class PhiXRawClusterCountGlobalTest
java.lang.Object
fr.ens.biologie.genomique.aozan.tests.global.AbstractGlobalTest
fr.ens.biologie.genomique.aozan.tests.global.AbstractSimpleGlobalTest
fr.ens.biologie.genomique.aozan.tests.global.PhiXRawClusterCountGlobalTest
- All Implemented Interfaces:
AozanTest,GlobalTest
This class define a raw cluster phix count global test.
- Since:
- 1.3
- Author:
- Sandrine Perrin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the name of the collectors required for the test.protected StringgetKey()Get the the key in the RunData object for the value to test.protected Class<?>Get the type of the value.protected NumbertransformValue(Number value, RunData data) Transform the value.Methods inherited from class fr.ens.biologie.genomique.aozan.tests.global.AbstractSimpleGlobalTest
configure, isValuePercent, testMethods inherited from class fr.ens.biologie.genomique.aozan.tests.global.AbstractGlobalTest
getColumnName, getDescription, getName, getUnit, init
-
Constructor Details
-
PhiXRawClusterCountGlobalTest
public PhiXRawClusterCountGlobalTest()Public constructor.
-
-
Method Details
-
getCollectorsNamesRequiered
Description copied from interface:AozanTestGet the name of the collectors required for the test.- Returns:
- a list of String with the name of the required collectors
-
getKey
Description copied from class:AbstractSimpleGlobalTestGet the the key in the RunData object for the value to test.- Specified by:
getKeyin classAbstractSimpleGlobalTest- Returns:
- a String with the required key
-
getValueType
Description copied from class:AbstractSimpleGlobalTestGet the type of the value.- Specified by:
getValueTypein classAbstractSimpleGlobalTest- Returns:
- a Class object with the type
-
transformValue
Description copied from class:AbstractSimpleGlobalTestTransform the value.- Overrides:
transformValuein classAbstractSimpleGlobalTest- Parameters:
value- value to transformdata- run data- Returns:
- the transformed value
-