Package | Description |
---|---|
org.biojava.nbio.core.sequence |
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
|
CDSSequence |
TranscriptSequence.removeCDS(String accession)
Remove a CDS or coding sequence from the transcript sequence
|
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,CDSSequence> |
TranscriptSequence.getCDSSequences()
Get the CDS sequences that have been added to the TranscriptSequences
|
Modifier and Type | Method and Description |
---|---|
int |
CDSComparator.compare(CDSSequence o1,
CDSSequence o2)
Used to sort two CDSSequences where Negative Strand makes it tough
|
Copyright © 2000–2019 BioJava. All rights reserved.