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 String
getKey()
Get the the key in the RunData object for the value to test.protected Class<?>
getValueType()
Get the type of the value.protected Number
transformValue(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:AozanTest
Get 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:AbstractSimpleGlobalTest
Get the the key in the RunData object for the value to test.- Specified by:
getKey
in classAbstractSimpleGlobalTest
- Returns:
- a String with the required key
-
getValueType
protected Class<?> getValueType()
Description copied from class:AbstractSimpleGlobalTest
Get the type of the value.- Specified by:
getValueType
in classAbstractSimpleGlobalTest
- Returns:
- a Class object with the type
-
transformValue
protected Number transformValue(Number value, RunData data)
Description copied from class:AbstractSimpleGlobalTest
Transform the value.- Overrides:
transformValue
in classAbstractSimpleGlobalTest
- Parameters:
value
- value to transformdata
- run data- Returns:
- the transformed value
-
-