| Package | Description |
|---|---|
| io.repseq.cli | |
| io.repseq.core | |
| io.repseq.dto |
| Modifier and Type | Method and Description |
|---|---|
Chains |
ExportCloneSequencesAction.Params.getChains() |
| Modifier and Type | Field and Description |
|---|---|
static Chains |
Chains.ALL
Special chains object represents all possible alleles.
|
static Chains |
Chains.EMPTY |
static Chains |
Chains.IG |
static Chains |
Chains.IGH |
static Chains |
Chains.IGK |
static Chains |
Chains.IGL |
static Chains |
Chains.TCR |
static Chains |
Chains.TRA |
static Chains |
Chains.TRB |
static Chains |
Chains.TRD |
static Chains |
Chains.TRG |
| Modifier and Type | Method and Description |
|---|---|
Chains |
VDJCGene.getChains()
Returns set of chains (e.g.
|
Chains |
Chains.intersection(Chains other) |
Chains |
Chains.merge(Chains other) |
static Chains |
Chains.parse(String value)
Parse chains including TCR, TR, IG and ALL abbreviations, can parse coma-separated list.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VDJCGene> |
VDJCLibrary.getGenes(Chains chains)
Returns collection of all genes in this library with specific chains
|
Collection<VDJCGene> |
VDJCLibrary.getGenes(Chains chains,
GeneType geneType)
Returns collection of all genes in this library with specific geneType and chains
|
Chains |
Chains.intersection(Chains other) |
boolean |
Chains.intersects(Chains other) |
Chains |
Chains.merge(Chains other) |
| Modifier and Type | Method and Description |
|---|---|
Chains |
VDJCGeneData.getChains() |
| 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.