Uses of Class
org.biojava3.core.sequence.CDSSequence

Packages that use CDSSequence
org.biojava3.core.sequence   
 

Uses of CDSSequence in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence that return CDSSequence
 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
 

Methods in org.biojava3.core.sequence that return types with arguments of type CDSSequence
 LinkedHashMap<String,CDSSequence> TranscriptSequence.getCDSSequences()
          Get the CDS sequences that have been added to the TranscriptSequences
 

Methods in org.biojava3.core.sequence with parameters of type CDSSequence
 int CDSComparator.compare(CDSSequence o1, CDSSequence o2)
          Used to sort two CDSSequences where Negative Strand makes it tough
 



Copyright © 2010 BioJava. All Rights Reserved.