public final class FixedInsertModel extends Object implements InsertModel
| Modifier and Type | Field and Description |
|---|---|
com.milaboratory.core.sequence.NucleotideSequence |
sequence |
| Constructor and Description |
|---|
FixedInsertModel(com.milaboratory.core.sequence.NucleotideSequence sequence) |
| Modifier and Type | Method and Description |
|---|---|
InsertGenerator |
create(org.apache.commons.math3.random.RandomGenerator random,
boolean v,
List<VDJCGene> vGenes,
List<VDJCGene> dGenes,
List<VDJCGene> jGenes,
List<VDJCGene> cGenes)
Initialize insert generator
|
boolean |
equals(Object o) |
int |
hashCode() |
public FixedInsertModel(com.milaboratory.core.sequence.NucleotideSequence sequence)
public InsertGenerator create(org.apache.commons.math3.random.RandomGenerator random, boolean v, List<VDJCGene> vGenes, List<VDJCGene> dGenes, List<VDJCGene> jGenes, List<VDJCGene> cGenes)
InsertModelcreate in interface InsertModelrandom - source of random datav - true for V(J/D) insert, false for DJ insertCopyright © 2017. All rights reserved.