public final class CommonNormalGeneTrimmingModel extends Object implements GeneTrimmingModel
| Modifier and Type | Field and Description |
|---|---|
int |
maxPLength |
NormalDistributionParameters |
parameters |
| Constructor and Description |
|---|
CommonNormalGeneTrimmingModel(double mu,
double sigma,
int maxPLength) |
| Modifier and Type | Method and Description |
|---|---|
static GeneFeature |
cdr3Part(GeneType geneType) |
GeneTrimmingGenerator |
create(org.apache.commons.math3.random.RandomGenerator random,
VDJCGene gene) |
boolean |
equals(Object o) |
int |
hashCode() |
public final NormalDistributionParameters parameters
public final int maxPLength
public CommonNormalGeneTrimmingModel(double mu,
double sigma,
int maxPLength)
public static GeneFeature cdr3Part(GeneType geneType)
public GeneTrimmingGenerator create(org.apache.commons.math3.random.RandomGenerator random, VDJCGene gene)
create in interface GeneTrimmingModelCopyright © 2017. All rights reserved.