public final class BasicGCloneModel extends Object implements GCloneModel
| Modifier and Type | Field and Description |
|---|---|
IndependentRealModel |
abundanceModel |
Map<String,GGeneModel> |
geneModels |
VDJCLibraryId |
vdjcLibrary |
| Constructor and Description |
|---|
BasicGCloneModel(VDJCLibraryId vdjcLibrary,
IndependentRealModel abundanceModel,
Map<String,GGeneModel> geneModels) |
| Modifier and Type | Method and Description |
|---|---|
GCloneGenerator |
create(org.apache.commons.math3.random.RandomGenerator random,
VDJCLibraryRegistry registry) |
boolean |
equals(Object o) |
int |
hashCode() |
VDJCLibraryId |
libraryId() |
public final VDJCLibraryId vdjcLibrary
public final IndependentRealModel abundanceModel
public final Map<String,GGeneModel> geneModels
public BasicGCloneModel(VDJCLibraryId vdjcLibrary, IndependentRealModel abundanceModel, Map<String,GGeneModel> geneModels)
public VDJCLibraryId libraryId()
libraryId in interface GCloneModelpublic GCloneGenerator create(org.apache.commons.math3.random.RandomGenerator random, VDJCLibraryRegistry registry)
create in interface GCloneModelCopyright © 2017. All rights reserved.