Package

nl.biopet.utils.ngs

ped

Permalink

package ped

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

Type Members

  1. case class PedigreeFile(samples: Map[String, PedigreeSample]) extends Product with Serializable

    Permalink
  2. case class PedigreeSample(familyId: String, sampleId: String, paternalId: String, maternalId: String, gender: Gender.Value, phenotype: Phenotype.Value) extends Product with Serializable

    Permalink

Value Members

  1. object Gender extends Enumeration

    Permalink
  2. object PedigreeFile extends Serializable

    Permalink
  3. object PedigreeSample extends Serializable

    Permalink
  4. object Phenotype extends Enumeration

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped