public final class DJDependentVDJCGenesModel extends Object implements VDJCGenesModel
| Modifier and Type | Class and Description |
|---|---|
static class |
DJDependentVDJCGenesModel.VDJCGene2 |
| Constructor and Description |
|---|
DJDependentVDJCGenesModel(Map<String,Double> v,
Map<String,Double> dj,
Map<String,Double> c) |
| Modifier and Type | Method and Description |
|---|---|
VDJCGenesGenerator |
create(org.apache.commons.math3.random.RandomGenerator random,
VDJCLibrary library) |
static List<VDJCGene> |
genes(org.apache.commons.math3.distribution.EnumeratedDistribution<DJDependentVDJCGenesModel.VDJCGene2> d,
int index) |
static org.apache.commons.math3.distribution.EnumeratedDistribution<DJDependentVDJCGenesModel.VDJCGene2> |
toDistribution2(org.apache.commons.math3.random.RandomGenerator random,
VDJCLibrary library,
Map<String,Double> distMap,
GeneType geneType1,
GeneType geneType2) |
public static org.apache.commons.math3.distribution.EnumeratedDistribution<DJDependentVDJCGenesModel.VDJCGene2> toDistribution2(org.apache.commons.math3.random.RandomGenerator random, VDJCLibrary library, Map<String,Double> distMap, GeneType geneType1, GeneType geneType2)
public VDJCGenesGenerator create(org.apache.commons.math3.random.RandomGenerator random, VDJCLibrary library)
create in interface VDJCGenesModelpublic static List<VDJCGene> genes(org.apache.commons.math3.distribution.EnumeratedDistribution<DJDependentVDJCGenesModel.VDJCGene2> d, int index)
Copyright © 2017. All rights reserved.