Uses of Class
com.biomatters.geneious.publicapi.implementations.sequence.DefaultNucleotideSequence
-
Packages that use DefaultNucleotideSequence Package Description com.biomatters.geneious.publicapi.implementations Provides implementations for many of the document interfaces defined in the package com.biomatters.geneious.publicapi.documents.types together with some utility classes for dealing with some of these document types.com.biomatters.geneious.publicapi.implementations.sequence ProvidesSequenceDocument
implementations for nucelotide, amino acid, and nucleotide graph (chromatogram) sequences. -
-
Uses of DefaultNucleotideSequence in com.biomatters.geneious.publicapi.implementations
Methods in com.biomatters.geneious.publicapi.implementations that return DefaultNucleotideSequence Modifier and Type Method Description static DefaultNucleotideSequence
SequenceExtractionUtilities. reverseComplement(SequenceDocument sequenceToReverse, boolean appendReversedToName, boolean includeOriginalBaseNumbersAnnotation)
Create a sequence that is the reverse complement another sequence. -
Uses of DefaultNucleotideSequence in com.biomatters.geneious.publicapi.implementations.sequence
Subclasses of DefaultNucleotideSequence in com.biomatters.geneious.publicapi.implementations.sequence Modifier and Type Class Description class
DefaultNucleotideGraphSequence
An implementation of an editable chromatogram.class
OligoSequenceDocument
A sequence document which represents an olgionucleotide such as a Primer or DNA probe.
-