Skip to contents

Deprecated. Match with matchVariants and relabel directly, e.g. m <- matchVariants(source, reference) then source[m$idxA] <- reference[m$idxB].

Usage

alignVariantNames(source, reference, ...)

Arguments

source, reference

Character vectors of variant ids.

...

Ignored.

Value

NULL (invisibly).