Package

nl.biopet.utils.ngs

intervals

Permalink

package intervals

Visibility
  1. Public
  2. All

Type Members

  1. case class BedRecord(chr: String, start: Int, end: Int, name: Option[String] = None, score: Option[Double] = None, strand: Option[Boolean] = None, thickStart: Option[Int] = None, thickEnd: Option[Int] = None, rgbColor: Option[(Int, Int, Int)] = None, blockCount: Option[Int] = None, blockSizes: IndexedSeq[Int] = IndexedSeq(), blockStarts: IndexedSeq[Int] = IndexedSeq(), _originals: List[BedRecord] = Nil) extends Product with Serializable

    Permalink

    Created by pjvanthof on 20/08/15.

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

    Permalink

    Created by pjvan_thof on 8/20/15.

Value Members

  1. object BedRecord extends Serializable

    Permalink
  2. object BedRecordList extends Serializable

    Permalink

Ungrouped