public class GenotypeGQController extends java.lang.Object implements IGenotypeController
限定符和类型 | 字段和说明 |
---|---|
static int |
DEFAULT |
static edu.sysu.pmglab.container.ByteCode |
KEYWORD
GQ 字符
|
static int |
MAX |
static int |
MIN |
构造器和说明 |
---|
GenotypeGQController()
构造器方法
|
GenotypeGQController(int method)
构造器方法
|
public static final edu.sysu.pmglab.container.ByteCode KEYWORD
public static final int DEFAULT
public static final int MIN
public static final int MAX
public GenotypeGQController()
public GenotypeGQController(int method)
method
- 阈值public edu.sysu.pmglab.container.ByteCode getKeyWord()
IGenotypeController
getKeyWord
在接口中 IGenotypeController
public java.lang.Boolean apply(edu.sysu.pmglab.container.ByteCode gq, Genotype genotype)
apply
在接口中 java.util.function.BiFunction<edu.sysu.pmglab.container.ByteCode,Genotype,java.lang.Boolean>
public java.lang.String toString()
toString
在类中 java.lang.Object