Liking cljdoc? Tell your friends :D

cljam.io.vcf.writer

A type of VCF writer and internal functions to write VCF contents. See https://samtools.github.io/hts-specs/ for the detail VCF specifications.

A type of VCF writer and internal functions to write VCF contents. See
https://samtools.github.io/hts-specs/ for the detail VCF specifications.
raw docstring

stringify-headerclj

(stringify-header header)

Converts header to string.

Converts `header` to string.
sourceraw docstring

stringify-keyclj

(stringify-key k)

Converts meta-info key to string.

Converts meta-info key to string.
sourceraw docstring

stringify-structured-lineclj

(stringify-structured-line k m)

Converts meta info to string by k type.

Converts meta info to string by `k` type.
sourceraw docstring

write-headerclj

(write-header wtr header)

Writes vcf header to the VCF file.

Writes vcf `header` to the VCF file.
sourceraw docstring

write-meta-infoclj

(write-meta-info wtr meta-info)

Writes vcf meta-info to the VCF file.

Writes vcf meta-info to the VCF file.
sourceraw docstring

write-variantsclj

(write-variants wtr variants)

Writes variants to the VCF file.

Writes variants to the VCF file.
sourceraw docstring

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

× close