Class MaxPFClusterCountProjectTest
- java.lang.Object
-
- fr.ens.biologie.genomique.aozan.tests.project.AbstractProjectTest
-
- fr.ens.biologie.genomique.aozan.tests.project.AbstractSimpleProjectTest
-
- fr.ens.biologie.genomique.aozan.tests.project.MaxPFClusterCountProjectTest
-
- All Implemented Interfaces:
AozanTest
,ProjectTest
public class MaxPFClusterCountProjectTest extends AbstractSimpleProjectTest
The class define a test the maximum on passing filter clusters on samples in a project.- Since:
- 1.4
- Author:
- Sandrine Perrin
-
-
Constructor Summary
Constructors Constructor Description MaxPFClusterCountProjectTest()
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(int projectId)
Get the the key in the RunData object for the value to test.protected Class<?>
getValueType()
Get the type of the value.-
Methods inherited from class fr.ens.biologie.genomique.aozan.tests.project.AbstractSimpleProjectTest
configure, isValuePercent, test, testIndexedRead, transformValue
-
Methods inherited from class fr.ens.biologie.genomique.aozan.tests.project.AbstractProjectTest
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(int projectId)
Description copied from class:AbstractSimpleProjectTest
Get the the key in the RunData object for the value to test.- Specified by:
getKey
in classAbstractSimpleProjectTest
- Parameters:
projectId
- the project Id- Returns:
- a String with the required key
-
getValueType
protected Class<?> getValueType()
Description copied from class:AbstractSimpleProjectTest
Get the type of the value.- Specified by:
getValueType
in classAbstractSimpleProjectTest
- Returns:
- a Class object with the type
-
-