object LiftOverVariantsTransformer extends GlowLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LiftOverVariantsTransformer
- GlowLogging
- LazyLogging
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val conversionErrorMessage: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val errorMessageColName: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getArrayFields(fields: Seq[StructField]): Seq[String]
- def getAttributesToSwap(variantSchema: StructType): Seq[String]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getExtendedAttributesToSwap(variantSchema: StructType): Seq[String]
- def getLiftOver(options: Map[String, String]): LiftOver
- def getMinMatchRatio(options: Map[String, String]): Double
- def getOutputSchema(inputSchema: StructType): StructType
- def getRefSeqMap(options: Map[String, String]): Map[String, ReferenceSequence]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val liftOverStatusColName: String
- def liftVariantContext(inputVc: VariantContext, liftOver: LiftOver, minMatchRatio: Double, refSeqMap: Map[String, ReferenceSequence], infoFieldsToSwap: Seq[String], formatFieldsToSwap: Seq[String]): (Option[VariantContext], Option[String])
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- def makeMutableProjection(inputSchema: StructType): MutableProjection
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val successColName: String
- def swapRefAlt(vc: VariantContext, infoFieldsToSwap: Seq[String], formatFieldsToSwap: Seq[String]): VariantContext
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )