Packages

object PreparedVariantCentric extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreparedVariantCentric
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AMINO_ACIDS(reference: String = "S", variant: Option[String] = None) extends Product with Serializable
  2. case class CLINVAR(clinvar_id: String = "257668", clin_sig: Seq[String] = Seq("Benign"), conditions: Seq[String] = ..., inheritance: Seq[String] = Seq("germline"), interpretations: Seq[String] = Seq("Benign")) extends Product with Serializable
  3. case class CODONS(reference: String = "tcT", variant: String = "tcC") extends Product with Serializable
  4. case class CONSEQUENCES(ensembl_transcript_id: String = "ENST00000335137", vep_impact: String = "LOW", ensembl_feature_id: String = "ENST00000335137", feature_type: String = "Transcript", strand: Int = 1, exon: EXON = EXON(), intron: INTRON = INTRON(), hgvsc: String = "ENST00000335137.4:c.807T>C", hgvsp: String = "ENSP00000334393.3:p.Ser269=", cds_position: Int = 807, cdna_position: Int = 843, protein_position: Int = 269, amino_acids: AMINO_ACIDS = AMINO_ACIDS(), codons: CODONS = CODONS(), refseq_mrna_id: Seq[String] = ..., refseq_protein_id: Option[String] = Some("NP_001005277"), aa_change: String = "p.Ser269=", coding_dna_change: String = "c.807T>C", impact_score: Int = 2, consequence: Seq[String] = Seq("synonymous"), predictions: PREDICTIONS = PREDICTIONS(), conservations: CONSERVATIONS = CONSERVATIONS(), uniprot_id: Option[String] = Some("Q6IEY1"), mane_select: Boolean = true, mane_plus: Boolean = true, canonical: Boolean = true, picked: Boolean = true) extends Product with Serializable
  5. case class COSMIC(tumour_types_germline: Seq[String] = ...) extends Product with Serializable
  6. case class DDD(disease_name: String = "OCULOAURICULAR SYNDROME") extends Product with Serializable
  7. case class EXON(rank: String = "1", total: Int = 1) extends Product with Serializable
  8. case class EXTERNAL_FREQUENCIES(thousand_genomes: THOUSAND_GENOMES = THOUSAND_GENOMES(), topmed_bravo: TOPMED_BRAVO = TOPMED_BRAVO(), gnomad_genomes_2_1_1: GNOMAD_GENOMES_2_1_1 = GNOMAD_GENOMES_2_1_1(), gnomad_exomes_2_1_1: GNOMAD_EXOMES_2_1_1 = GNOMAD_EXOMES_2_1_1(), gnomad_genomes_3: GNOMAD_GENOMES_3 = GNOMAD_GENOMES_3()) extends Product with Serializable
  9. case class FREQUENCY(total: TOTAL = TOTAL()) extends Product with Serializable
  10. case class GENES(symbol: String = "OR4F5", entrez_gene_id: Option[String] = Some("777"), omim_gene_id: Option[String] = Some("601013"), hgnc: Option[String] = Some("HGNC:1392"), ensembl_gene_id: Option[String] = Some("ENSG00000198216"), location: Option[String] = Some("1q25.3"), name: Option[String] = ..., alias: Option[Seq[String]] = ..., biotype: Option[String] = Some("protein_coding"), orphanet: Option[Seq[ORPHANET]] = Some(Seq(ORPHANET())), hpo: Option[Seq[HPO]] = Some(Seq(HPO())), omim: Option[Seq[OMIM]] = Some(Seq(OMIM())), ddd: Option[Seq[DDD]] = Some(Seq(DDD())), cosmic: Option[Seq[COSMIC]] = Some(Seq(COSMIC())), spliceai: Option[SPLICEAI] = Some(SPLICEAI()), gnomad: Option[GNOMAD] = Some(GNOMAD()), consequences: Seq[CONSEQUENCES] = Seq(CONSEQUENCES())) extends Product with Serializable
  11. case class GNOMAD(pli: Float = 1.0f, loeuf: Float = 0.054f) extends Product with Serializable
  12. case class GNOMAD_EXOMES_2_1_1(ac: Long = 0, an: Long = 2, af: Double = 0.0, hom: Long = 0) extends Product with Serializable
  13. case class GNOMAD_GENOMES_2_1_1(ac: Long = 1, an: Long = 26342, af: Double = 3.7962189659099535E-5, hom: Long = 0) extends Product with Serializable
  14. case class GNOMAD_GENOMES_3(ac: Long = 10, an: Long = 20, af: Double = 0.5, hom: Long = 10) extends Product with Serializable
  15. case class HPO(hpo_term_id: String = "HP:0001347", hpo_term_name: String = "Hyperreflexia", hpo_term_label: String = "Hyperreflexia (HP:0001347)") extends Product with Serializable
  16. case class INTRON(rank: Option[String] = None, total: Option[Int] = None) extends Product with Serializable
  17. case class OMIM(name: String = ..., omim_id: String = "618285", inheritance: Seq[String] = Seq("Autosomal dominant"), inheritance_code: Seq[String] = Seq("AD")) extends Product with Serializable
  18. case class ORPHANET(disorder_id: Long = 17827, panel: String = ..., inheritance: Seq[String] = Seq("Autosomal recessive")) extends Product with Serializable
  19. case class SPLICEAI(ds: Double = 0.01, type: Seq[String] = Seq("AG")) extends Product with Serializable
  20. case class THOUSAND_GENOMES(ac: Long = 3446, an: Long = 5008, af: Double = 0.688099) extends Product with Serializable
  21. case class TOPMED_BRAVO(ac: Long = 2, an: Long = 125568, af: Double = 1.59276E-5, hom: Long = 0, het: Long = 2) extends Product with Serializable
  22. case class TOTAL(ac: Long = 4, an: Long = 4, pc: Long = 2, pn: Long = 2, hom: Long = 2) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  15. def toString(): String
    Definition Classes
    AnyRef → Any
  16. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. object GENES extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped