Packages

object LiftOverVariantsTransformer extends GlowLogging

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

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. val conversionErrorMessage: String
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. val errorMessageColName: String
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getArrayFields(fields: Seq[StructField]): Seq[String]
  12. def getAttributesToSwap(variantSchema: StructType): Seq[String]
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getExtendedAttributesToSwap(variantSchema: StructType): Seq[String]
  15. def getLiftOver(options: Map[String, String]): LiftOver
  16. def getMinMatchRatio(options: Map[String, String]): Double
  17. def getOutputSchema(inputSchema: StructType): StructType
  18. def getRefSeqMap(options: Map[String, String]): Map[String, ReferenceSequence]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val liftOverStatusColName: String
  22. def liftVariantContext(inputVc: VariantContext, liftOver: LiftOver, minMatchRatio: Double, refSeqMap: Map[String, ReferenceSequence], infoFieldsToSwap: Seq[String], formatFieldsToSwap: Seq[String]): (Option[VariantContext], Option[String])
  23. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  24. def makeMutableProjection(inputSchema: StructType): MutableProjection
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val successColName: String
  29. def swapRefAlt(vc: VariantContext, infoFieldsToSwap: Seq[String], formatFieldsToSwap: Seq[String]): VariantContext
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from GlowLogging

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped