varity 0.11.0

Released under the Apache License, Version 2.0

Variant translation library for Clojure.

Installation

To install, add the following dependency to your project or build file:

[varity "0.11.0"]

Namespaces

varity.chain

Functions to read, index, and search the chain format. See
https://genome.ucsc.edu/goldenPath/help/chain.html for the detail chain format
specifications.

varity.codon

Handles codon.

varity.fusion

NOTE: This algorithm was initially developed at Cancer Precision
Medicine Center, Japanese Foundation for Cancer Research and Xcoo
re-implemented it with Clojure.

varity.hgvs

Public variables and functions:

varity.hgvs-to-vcf

Functions to convert HGVS into VCF-style variants.

varity.lift

Functions to convert a genome coordinate between assemblies.

Public variables and functions:

varity.ref-gene

Handles refGene.txt(.gz) and ncbiRefSeq.txt(.gz) content.

varity.util

Utilities.

Public variables and functions:

varity.vcf-lift

Public variables and functions:

varity.vcf-to-hgvs

Functions to convert a VCF-style variant into HGVS.