| Package | Description |
|---|---|
| com.milaboratory.core.sequence | |
| com.milaboratory.util |
| Modifier and Type | Method and Description |
|---|---|
static Bit2Array |
SequencesUtils.convertNSequenceToBit2Array(NucleotideSequence seq)
Used to write legacy file formats.
|
| Modifier and Type | Method and Description |
|---|---|
static NucleotideSequence |
SequencesUtils.convertBit2ArrayToNSequence(Bit2Array bar)
Used to read legacy file formats.
|
| Modifier and Type | Method and Description |
|---|---|
Bit2Array |
Bit2Array.clone() |
static Bit2Array |
Bit2Array.construct(int size,
byte[] data) |
Bit2Array |
Bit2Array.extend(int size) |
Bit2Array |
Bit2Array.getRange(int from,
int to) |
static Bit2Array |
Bit2Array.readFrom(DataInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
Bit2Array.copyFrom(Bit2Array other,
int otherOffset,
int thisOffset,
int length) |
static byte[] |
Bit2Array.extractRawDataArray(Bit2Array array) |
Copyright © 2018. All rights reserved.