implicit class GenomicOperations extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenomicOperations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GenomicOperations(df: DataFrame)
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 groupByLocus(): RelationalGroupedDataset
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val isHeterozygote: Column
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isSexualGenotype: Column
- def joinAndMerge(other: DataFrame, outputColumnName: String, joinType: String = "inner"): DataFrame
- def joinByLocus(other: DataFrame, joinType: String): DataFrame
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val normalizeCall: (Column) ⇒ Column
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def selectLocus(cols: Column*): DataFrame
- val strictAutosomalTransmissions: List[(Array[Int], Array[Int], Array[Int], Boolean, Boolean, String)]
- val strictSexualTransmissions: List[(String, Array[Int], Array[Int], Array[Int], Boolean, Boolean, String)]
-
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( ... )
- def withCombinedFrequencies(combined: String, prefix1: String, prefix2: String): DataFrame
- def withGenotypeTransmission(as: String, calls_name: String = "calls", gender_name: String = "gender", affected_status_name: String = "affected_status", father_calls_name: String = "father_calls", father_affected_status_name: String = "father_affected_status", mother_calls_name: String = "mother_calls", mother_affected_status_name: String = "mother_affected_status"): DataFrame
- def withNormalizedVariants(referenceGenomePath: String = ...): DataFrame
- def withParentalOrigin(as: String, fth_calls: Column, mth_calls: Column, MTH: String = "mother", FTH: String = "father"): DataFrame
- def withSplitMultiAllelic: DataFrame
-
def
withTransmissionPerLocus(locusColumnNames: Seq[String], transmissionColumnName: String, resultColumnName: String): DataFrame
Compute transmission per locus given an existing column containing the transmission for this particular occurrence.
Compute transmission per locus given an existing column containing the transmission for this particular occurrence.
- locusColumnNames
list of locus columns
- transmissionColumnName
name of the transmission column
- resultColumnName
name of the resulting computation
- returns
a dataframe with a new column containing the number of transmission per locus as a Map of transmission type -> count per type.
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated