Class

nl.biopet.tools.bamstats

FlagstatCollector

Related Doc: package bamstats

Permalink

class FlagstatCollector extends AnyRef

Created by pjvan_thof on 21-7-16.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FlagstatCollector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FlagstatCollector()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +=(other: FlagstatCollector): FlagstatCollector

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def addFunction(name: String, function: (SAMRecord) ⇒ Boolean): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var crossCounts: Array[Array[Long]]

    Permalink
    Attributes
    protected
  9. def crossReport(fraction: Boolean = false): String

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    FlagstatCollector → AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. var functionCount: Int

    Permalink
    Attributes
    protected
  14. var functions: Array[(SAMRecord) ⇒ Boolean]

    Permalink
    Attributes
    protected
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. def loadDefaultFunctions(): Unit

    Permalink
  19. def loadOrientationFunctions(): Unit

    Permalink

    This method will add functions to check orientation, for this a combination of flags and read positions are used.

  20. def loadQualityFunctions(m: Int = 10, max: Int = 60): Unit

    Permalink

    The method will aditional checks based on mapping quality of the sam records.

    The method will aditional checks based on mapping quality of the sam records.

    m

    steps of quality

    max

    maximum quality

  21. def loadRecord(record: SAMRecord): Unit

    Permalink
  22. val names: Map[Int, String]

    Permalink
    Attributes
    protected
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. var readsCount: Int

    Permalink
  27. def report: String

    Permalink
  28. def summary: String

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def toSummaryMap: Map[String, Any]

    Permalink
  32. var totalCounts: Array[Long]

    Permalink
    Attributes
    protected
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def writeAsTsv(file: File): Unit

    Permalink
  37. def writeReportToFile(outputFile: File): Unit

    Permalink
  38. def writeSummaryTofile(outputFile: File): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped