| Package | Description |
|---|---|
| io.repseq.dto |
| Modifier and Type | Method and Description |
|---|---|
static GeneTag |
GeneTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneTag[] |
GeneTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<GeneTag> |
VDJCGeneData.getTags() |
| Constructor and Description |
|---|
VDJCGeneData(BaseSequence baseSequence,
String name,
GeneType geneType,
boolean isFunctional,
Chains chains,
String note,
Set<GeneTag> tags,
SortedMap<ReferencePoint,Long> anchorPoints) |
Copyright © 2017. All rights reserved.