Class/Object

nl.biopet.utils.ngs.intervals

BedRecordList

Related Docs: object BedRecordList | package intervals

Permalink

case class BedRecordList(chrRecords: Map[String, List[BedRecord]], header: List[String] = Nil) extends Product with Serializable

Created by pjvan_thof on 8/20/15.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BedRecordList
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BedRecordList(chrRecords: Map[String, List[BedRecord]], header: List[String] = Nil)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def allRecords: Iterable[BedRecord]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val chrRecords: Map[String, List[BedRecord]]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def combineOverlap: BedRecordList

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

    Permalink
    Definition Classes
    AnyRef
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def fractionOf(length: Long): Double

    Permalink

    This return the fraction of the regions comparing to a length

  12. def fractionOfReference(file: File): Double

    Permalink

    This return the fraction of the regions comparing to a reference

  13. def fractionOfReference(dict: SAMSequenceDictionary): Double

    Permalink

    This return the fraction of the regions comparing to a reference

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getGc(referenceFile: IndexedFastaSequenceFile): Double

    Permalink
  16. val header: List[String]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. lazy val isSorted: Boolean

    Permalink
  19. def length: Long

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def overlapWith(record: BedRecord): List[BedRecord]

    Permalink
  24. def scatter(binSize: Int, combineContigs: Boolean = true, maxContigsInSingleJob: Option[Int] = None): List[List[BedRecord]]

    Permalink
  25. lazy val sorted: BedRecordList

    Permalink
  26. def squishBed(strandSensitive: Boolean = true, nameSensitive: Boolean = true): BedRecordList

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

    Permalink
    Definition Classes
    AnyRef
  28. def toSamIntervals: Iterable[Interval]

    Permalink
  29. def validateContigs(dict: SAMSequenceDictionary): BedRecordList

    Permalink
  30. def validateContigs(reference: File): BedRecordList

    Permalink
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def writeToFile(file: File): Unit

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped