public final class IndependentVDJCGenesModel extends Object implements VDJCGenesModel
| Modifier and Type | Field and Description |
|---|---|
Map<String,Double> |
c |
Map<String,Double> |
d |
Map<String,Double> |
j |
Map<String,Double> |
v |
| Constructor and Description |
|---|
IndependentVDJCGenesModel(Map<String,Double> v,
Map<String,Double> d,
Map<String,Double> j,
Map<String,Double> c) |
| Modifier and Type | Method and Description |
|---|---|
VDJCGenesGenerator |
create(org.apache.commons.math3.random.RandomGenerator random,
VDJCLibrary library) |
boolean |
equals(Object o) |
static VDJCGene |
geneOrNull(VDJCLibrary library,
String name,
GeneType expectedGeneType) |
static List<VDJCGene> |
genes(org.apache.commons.math3.distribution.EnumeratedDistribution<VDJCGene> d) |
int |
hashCode() |
static org.apache.commons.math3.distribution.EnumeratedDistribution<VDJCGene> |
toDistribution(org.apache.commons.math3.random.RandomGenerator random,
VDJCLibrary library,
Map<String,Double> distMap,
GeneType geneType) |
public static VDJCGene geneOrNull(VDJCLibrary library, String name, GeneType expectedGeneType)
public static org.apache.commons.math3.distribution.EnumeratedDistribution<VDJCGene> toDistribution(org.apache.commons.math3.random.RandomGenerator random, VDJCLibrary library, Map<String,Double> distMap, GeneType geneType)
public static List<VDJCGene> genes(org.apache.commons.math3.distribution.EnumeratedDistribution<VDJCGene> d)
public VDJCGenesGenerator create(org.apache.commons.math3.random.RandomGenerator random, VDJCLibrary library)
create in interface VDJCGenesModelCopyright © 2017. All rights reserved.