Liking cljdoc? Tell your friends :D

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.

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

indexclj

(index chains)

Creates chain index for search.

Creates chain index for search.
sourceraw docstring

load-chainclj

(load-chain f)

Loads f (e.g. hg19ToHg38.over.chain(.gz)), returning the all contents as a sequence.

Loads f (e.g. hg19ToHg38.over.chain(.gz)), returning the all contents as a
sequence.
sourceraw docstring

search-chainsclj

(search-chains chr pos chain-idx)

Searches chain entries with chr and pos using the index, returning the results as a sequence. See also varity.chain/index.

Searches chain entries with chr and pos using the index, returning the
results as a sequence. See also varity.chain/index.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close