classify.variant {varitas}R Documentation

classify.variant

Description

Classify a variant as SNV, MNV, or indel based on the reference and alternative alleles

Usage

classify.variant(ref, alt)

Arguments

ref

Vector of reference bases

alt

Vector of alternate bases

Value

Character vector giving type of variant.


[Package varitas version 0.0.2 Index]