| Package | Description |
|---|---|
| com.milaboratory.core.motif | |
| com.milaboratory.core.sequence |
| Modifier and Type | Method and Description |
|---|---|
Motif<S> |
MotifBuilder.createAndDestroy() |
Motif<S> |
Motif.or(Motif<S> other)
Returns per-position or of two motifs.
|
static <S extends Sequence<S>> |
MotifUtils.twoSequenceMotif(S seq1,
int offset1,
S seq2,
int offset2,
int length) |
| Modifier and Type | Method and Description |
|---|---|
Motif<S> |
Motif.or(Motif<S> other)
Returns per-position or of two motifs.
|
| Modifier and Type | Method and Description |
|---|---|
Motif<S> |
Sequence.toMotif()
Converts sequnce to motif data structure efficient for exact and fuzzy wildcard-aware matching and searching of
sequences.
|
Copyright © 2018. All rights reserved.