object EnrichedVariant extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnrichedVariant
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class CLINVAR(clinvar_id: String = "257668", clin_sig: List[String] = List("Benign"), conditions: List[String] = ..., inheritance: List[String] = List("germline"), interpretations: List[String] = List("Benign")) extends Product with Serializable
- case class CMC(mutation_url: String = ..., shared_aa: Int = 9, cosmic_id: String = "COSV59205318", sample_mutated: Int = 699, sample_tested: Int = 86821, tier: String = "2", sample_ratio: Double = 0.008051047557618549) extends Product with Serializable
- case class FREQUENCIES(thousand_genomes: ThousandGenomesFreq = ..., topmed_bravo: TopmedFreq = ..., gnomad_genomes_2_1_1: GnomadFreqOutput = ..., gnomad_exomes_2_1_1: GnomadFreqOutput = GnomadFreqOutput(0, 2, 0.0, 0), gnomad_genomes_3: GnomadFreqOutput = GnomadFreqOutput(10, 20, 0.5, 10)) extends Product with Serializable
- case class GENES(symbol: Option[String] = Some("OR4F5"), entrez_gene_id: Option[Int] = 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[List[String]] = ..., biotype: Option[String] = Some("protein_coding"), orphanet: List[ORPHANET] = List(ORPHANET()), hpo: List[HPO] = List(HPO()), omim: List[OMIM] = List(OMIM()), ddd: List[DDD] = List(DDD()), cosmic: List[COSMIC] = List(COSMIC()), spliceai: Option[SPLICEAI] = Some(SPLICEAI()), gnomad: Option[GNOMAD] = Some(GNOMAD())) extends Product with Serializable
- case class GnomadFreqOutput(ac: Long = 10, an: Long = 20, af: Double = 0.5, hom: Long = 10) extends Product with Serializable
- case class SPLICEAI(ds: Double = 0.01, type: Seq[String] = Seq("AG")) extends Product with Serializable
- case class ThousandGenomesFreq(ac: Long = 10, an: Long = 20, af: Double = 0.5) extends Product with Serializable
- case class TopmedFreq(ac: Long = 10, an: Long = 20, af: Double = 0.5, hom: Long = 10, het: Long = 10) extends Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated