Package

io.projectglow

transformers

Permalink

package transformers

Visibility
  1. Public
  2. All

Type Members

  1. class LiftOverVariantsTransformer extends DataFrameTransformer

    Permalink

    Performs lift over from a variant on the reference sequence to a query sequence.

    Performs lift over from a variant on the reference sequence to a query sequence. Similar to LiftOverCoordinatesExpr, but with additional fields for allele liftover.

    The output schema consists of the input schema followed by the following fields: - Flattened INFO columns containing extra information added during liftover (eg. swapped alleles) - Status column

    • Success (Boolean)
    • Error message (if failed)

Ungrouped