org.ptp.DNABarcodes

HammingTen

object HammingTen extends Generics with barcodeGenerator

Hamming(10,5) double parity error correcting barcode

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HammingTen
  2. barcodeGenerator
  3. Generics
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def calculateParityBit(codeLength: Int, codeBits: Array[Int]): Int

    Attributes
    protected
    Definition Classes
    Generics
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val codeLength: Int

  10. val codex: Map[Char, Int]

    Attributes
    protected
    Definition Classes
    Generics
  11. val codexReverse: Map[Int, Char]

    Attributes
    protected
    Definition Classes
    Generics
  12. def correctBarcode(codeLength: Int, barcode: String, getParity: (Int, Array[Int]) ⇒ Array[Int], parityPositions: Array[Int]): String

    Attempt error correction on a Hamming barcode

    Attempt error correction on a Hamming barcode

    codeLength

    The length of the barcode

    barcode

    A string with the actual barcode

    getParity

    A function which calculates the parity of a barcode

    parityPositions

    An array which stores the positions of the parity bit in the Hamming barcode

    Definition Classes
    Generics
  13. def correctBase(codeLength: Int, errType: Int, baseAtError: Int): Char

    Attributes
    protected
    Definition Classes
    Generics
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def generateBarcode(dna: String): String

    generate a new Hamming barcode with the starting DNA seed

    generate a new Hamming barcode with the starting DNA seed

    dna

    The string with the DNA seed

    Definition Classes
    HammingTenbarcodeGenerator
  18. def generateParityBit(codeLength: Int, codeBits: Array[Int]): Int

    Attributes
    protected
    Definition Classes
    Generics
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def getErrorPosition(parity: Array[Int], parityPositions: Array[Int]): Int

    Attributes
    protected
    Definition Classes
    Generics
  21. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. val parityPositions: Array[Int]

    An array with positions of parity bits within the Hamming code

    An array with positions of parity bits within the Hamming code

    Definition Classes
    HammingTenbarcodeGenerator
  27. def quad2dna(hamming: Array[Int]): Array[Char]

    Attributes
    protected
    Definition Classes
    Generics
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def verifyBarcode(dna: String): String

    Check a barcode and error correct it

    Check a barcode and error correct it

    dna

    A string with the barcode to check

    Definition Classes
    HammingTenbarcodeGenerator
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from barcodeGenerator

Inherited from Generics

Inherited from AnyRef

Inherited from Any

Ungrouped