| Package | Description |
|---|---|
| com.milaboratory.core.mutations | |
| com.milaboratory.core.mutations.generator |
| Modifier and Type | Method and Description |
|---|---|
MutationType |
MutationsEnumerator.getType() |
static MutationType |
MutationType.getType(int type)
|
static MutationType |
Mutation.getType(int code) |
MutationType |
Mutations.getTypeByIndex(int index) |
static MutationType |
MutationType.getTypeFromRaw(int rawType) |
static MutationType |
MutationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MutationType[] |
MutationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Mutations.countOf(MutationType type) |
static int |
Mutation.createMutation(MutationType type,
int from,
int to) |
static int |
Mutation.createMutation(MutationType type,
int position,
int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
static <S extends Sequence<S>> |
UniformMutationsGenerator.createUniformMutation(S sequence,
org.apache.commons.math3.random.RandomGenerator generator,
MutationType type) |
static <S extends Sequence<S>> |
UniformMutationsGenerator.createUniformMutationAsObject(S sequence,
org.apache.commons.math3.random.RandomGenerator generator,
MutationType type) |
Copyright © 2018. All rights reserved.