Package

bio

DNA

Permalink

package DNA

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Gap extends NTSymbol

    Permalink
  2. class GappedSequence extends bio.Sequence[NTSymbol]

    Permalink
  3. sealed abstract class IUPAC extends NTSymbol

    Permalink
  4. class IUPACGappedSequence extends bio.Sequence[NTSymbol]

    Permalink
  5. class IUPACSequence extends bio.Sequence[NTSymbol]

    Permalink
  6. abstract class NTSymbol extends Symbol

    Permalink
  7. sealed abstract class Nucleotide extends NTSymbol

    Permalink
  8. class Sequence extends bio.Sequence[Nucleotide]

    Permalink

    A DNA Sequence contains a List of Nucleotide.

Value Members

  1. object A extends Nucleotide with Product with Serializable

    Permalink
  2. object B extends IUPAC with Product with Serializable

    Permalink
  3. object C extends Nucleotide with Product with Serializable

    Permalink
  4. object D extends IUPAC with Product with Serializable

    Permalink
  5. object G extends Nucleotide with Product with Serializable

    Permalink
  6. object Gap extends Gap with Product with Serializable

    Permalink
  7. object GappedConvert extends GappedConvert[NTSymbol]

    Permalink
  8. object H extends IUPAC with Product with Serializable

    Permalink
  9. object IUPACGappedConvert extends GappedConvert[NTSymbol]

    Permalink
  10. object IUPACNucleotideConvert extends StringConverter[NTSymbol]

    Permalink
  11. object K extends IUPAC with Product with Serializable

    Permalink
  12. object M extends IUPAC with Product with Serializable

    Permalink
  13. object N extends IUPAC with Product with Serializable

    Permalink
  14. object NucleotideConvert extends StringConverter[Nucleotide]

    Permalink
  15. object R extends IUPAC with Product with Serializable

    Permalink
  16. object S extends IUPAC with Product with Serializable

    Permalink
  17. object SegmentizeGappedSequence extends SegmentizeGappedSequence[NTSymbol]

    Permalink
  18. object SequenceTranscription

    Permalink
  19. object SequenceTranslation extends SequenceTranslation[RNA.Nucleotide]

    Permalink
  20. object SparseAlignment extends SparseAlignment[NTSymbol]

    Permalink
  21. object SymbolConvert extends StringConverter[NTSymbol]

    Permalink
  22. object SymbolSequenceTranscription

    Permalink
  23. object SymbolSequenceTranslation extends SequenceTranslation[RNA.NTSymbol]

    Permalink
  24. object T extends Nucleotide with Product with Serializable

    Permalink
  25. object ToDNA

    Permalink
  26. object ToGappedDNA

    Permalink

    Take a DNA or RNA string and convert it to a DNA nucleotide list - allowing for ambiguous codes (IUPAC) and gaps

  27. object ToGappedSequence

    Permalink
  28. object ToSequence

    Permalink
  29. object V extends IUPAC with Product with Serializable

    Permalink
  30. object W extends IUPAC with Product with Serializable

    Permalink
  31. object Y extends IUPAC with Product with Serializable

    Permalink

Ungrouped