Liking cljdoc? Tell your friends :D

cljam.algo.pileup

Functions to calculate pileup from the BAM.

Functions to calculate pileup from the BAM.
raw docstring

create-mpileupclj

(create-mpileup in-bam out-mplp)

Creates a mpileup file from the BAM file.

Creates a mpileup file from the BAM file.
sourceraw docstring

mpileupclj

(mpileup bam-reader region)
(mpileup ref-reader bam-reader region)

Returns a lazy sequence of cljam.algo.pileup.mpileup.MPileupElement calculated from FASTA and BAM. If start and end are not supplied, piles whole range up.

Returns a lazy sequence of cljam.algo.pileup.mpileup.MPileupElement
calculated from FASTA and BAM. If start and end are not supplied, piles whole
range up.
sourceraw docstring

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

× close