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
public class PhiXRawClusterCountGlobalTest extends AbstractSimpleGlobalTest
This class define a raw cluster phix count global test.- Since:
- 1.3
- Author:
- Sandrine Perrin
-
-
Constructor Summary
Constructors Constructor Description PhiXRawClusterCountGlobalTest()Public constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCollectorsNamesRequiered()Get 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<?>getValueType()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, test
-
Methods inherited from class fr.ens.biologie.genomique.aozan.tests.global.AbstractGlobalTest
getColumnName, getDescription, getName, getUnit, init
-
-
-
-
Method Detail
-
getCollectorsNamesRequiered
public List<String> 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
protected String 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
protected Class<?> getValueType()
Description copied from class:AbstractSimpleGlobalTestGet the type of the value.- Specified by:
getValueTypein classAbstractSimpleGlobalTest- Returns:
- a Class object with the type
-
transformValue
protected Number transformValue(Number value, RunData data)
Description copied from class:AbstractSimpleGlobalTestTransform the value.- Overrides:
transformValuein classAbstractSimpleGlobalTest- Parameters:
value- value to transformdata- run data- Returns:
- the transformed value
-
-