Modifier and Type | Method and Description |
---|---|
AccessionID |
SimpleAlignedSequence.getAccession() |
Modifier and Type | Method and Description |
---|---|
CDSSequence |
TranscriptSequence.addCDS(AccessionID accession,
int begin,
int end,
int phase)
Add a Coding Sequence region with phase to the transcript sequence
|
ExonSequence |
GeneSequence.addExon(AccessionID accession,
int begin,
int end)
Add an ExonSequence mainly used to mark as a feature
|
GeneSequence |
ChromosomeSequence.addGene(AccessionID accession,
int bioBegin,
int bioEnd,
Strand strand)
Add a gene to the chromosome sequence using bioIndexing starts at 1 instead of 0.
|
IntronSequence |
GeneSequence.addIntron(AccessionID accession,
int begin,
int end)
Add an Intron Currently used to mark an IntronSequence as a feature
|
void |
TranscriptSequence.addStartCodonSequence(AccessionID accession,
int begin,
int end) |
void |
TranscriptSequence.addStopCodonSequence(AccessionID accession,
int begin,
int end) |
TranscriptSequence |
GeneSequence.addTranscript(AccessionID accession,
int begin,
int end)
Add a transcription sequence to a gene which describes a ProteinSequence
|
Modifier and Type | Method and Description |
---|---|
AccessionID |
UniprotProxySequenceReader.getAccession() |
AccessionID |
StringProxySequenceReader.getAccession() |
AccessionID |
SequenceFileProxyLoader.getAccession() |
Modifier and Type | Method and Description |
---|---|
ArrayList<AccessionID> |
UniprotProxySequenceReader.getAccessions()
Pull uniprot accessions associated with this sequence
|
Constructor and Description |
---|
SimpleLocation(Point start,
Point end,
Strand strand,
AccessionID accession) |
SimpleLocation(Point start,
Point end,
Strand strand,
boolean betweenCompounds,
AccessionID accession) |
Modifier and Type | Method and Description |
---|---|
AccessionID |
AbstractLocation.getAccession() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLocation.setAccession(AccessionID accession) |
Constructor and Description |
---|
AbstractLocation(Point start,
Point end,
Strand strand,
boolean circular,
boolean betweenCompounds,
AccessionID accession,
List<Location> subLocations)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
AccessionID |
SingleCompoundSequenceReader.getAccession()
Unsupoorted
|
AccessionID |
JoiningSequenceReader.getAccession() |
AccessionID |
ArrayListSequenceReader.getAccession() |
AccessionID |
BitSequenceReader.getAccession() |
Constructor and Description |
---|
BitSequenceReader(BitSequenceReader.BitArrayWorker<C> worker,
AccessionID accession)
Instance which allows you to supply a different @{BitArrayWorker}
object.
|
FourBitSequenceReader(FourBitSequenceReader.FourBitArrayWorker<C> worker,
AccessionID accession) |
FourBitSequenceReader(String sequence,
CompoundSet<C> compoundSet,
AccessionID accession) |
TwoBitSequenceReader(String sequence,
CompoundSet<C> compoundSet,
AccessionID accession) |
TwoBitSequenceReader(TwoBitSequenceReader.TwoBitArrayWorker<C> worker,
AccessionID accession) |
Modifier and Type | Method and Description |
---|---|
AccessionID |
Accessioned.getAccession()
Returns the AccessionID this location is currently bound with
|
AccessionID |
AbstractSequence.getAccession() |
AccessionID |
SequenceProxyView.getAccession() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSequence.setAccession(AccessionID accession) |
Copyright © 2000–2019 BioJava. All rights reserved.