Liking cljdoc? Tell your friends :D

cljam.io.util

I/O utilities.

I/O utilities.
raw docstring

alignment-reader?clj

(alignment-reader? rdr)

Checks if given object implements protocol IAlignmentReader.

Checks if given object implements protocol IAlignmentReader.
sourceraw docstring

alignment-writer?clj

(alignment-writer? wtr)

Checks if given object implements protocol IAlignmentWriter.

Checks if given object implements protocol IAlignmentWriter.
sourceraw docstring

bam-reader?clj

(bam-reader? rdr)

Checks if given object is an instance of BAMReader.

Checks if given object is an instance of BAMReader.
sourceraw docstring

bam-writer?clj

(bam-writer? wtr)

Checks if given object is an instance of BAMWriter.

Checks if given object is an instance of BAMWriter.
sourceraw docstring

bcf-reader?clj

(bcf-reader? rdr)

Checks if given object is an instance of BCFReader.

Checks if given object is an instance of BCFReader.
sourceraw docstring

bcf-writer?clj

(bcf-writer? wtr)

Checks if given object is an instance of BCFWriter.

Checks if given object is an instance of BCFWriter.
sourceraw docstring

bed-reader?clj

(bed-reader? rdr)

Checks if given object is an instance of BEDReader.

Checks if given object is an instance of BEDReader.
sourceraw docstring

bed-writer?clj

(bed-writer? wtr)

Checks if given object is an instance of BEDWriter.

Checks if given object is an instance of BEDWriter.
sourceraw docstring

bigwig-reader?clj

(bigwig-reader? rdr)

Checks if given object is an instance of BIGWIGReader.

Checks if given object is an instance of BIGWIGReader.
sourceraw docstring

fasta-reader?clj

(fasta-reader? rdr)

Checks if given object is an instance of FASTAReader.

Checks if given object is an instance of FASTAReader.
sourceraw docstring

fasta-writer?clj

(fasta-writer? wtr)

Checks if given object is an instance of FASTAWriter.

Checks if given object is an instance of FASTAWriter.
sourceraw docstring

fastq-reader?clj

(fastq-reader? rdr)

Checks if given object is an instance of FASTQReader.

Checks if given object is an instance of FASTQReader.
sourceraw docstring

fastq-writer?clj

(fastq-writer? wtr)

Checks if given object is an instance of FASTQWriter

Checks if given object is an instance of FASTQWriter
sourceraw docstring

file-typeclj

(file-type f)

Detects a file format from a path of f, returning a keyword representing the format. Throws an exception if an unsupported file is supplied.

Detects a file format from a path of f, returning a keyword representing the
format. Throws an exception if an unsupported file is supplied.
sourceraw docstring

file-type-from-bytesclj

(file-type-from-bytes ba)

Tries to detect a file format based on contents of the byte array ba. The input byte array must be larger than 4 bytes. Note that detection of some formats #{:fasta :fastq :wig :fai :bed} is based on naive heuristics and thus can fail.

Tries to detect a file format based on contents of the byte array `ba`.
The input byte array must be larger than 4 bytes. Note that detection of some
formats `#{:fasta :fastq :wig :fai :bed}` is based on naive heuristics and
thus can fail.
sourceraw docstring

file-type-from-contentsclj

(file-type-from-contents f)

Detects a file format based on contents of the input file f. Causes a side effect of reading some header bytes.

Detects a file format based on contents of the input file `f`. Causes a side
effect of reading some header bytes.
sourceraw docstring

sam-reader?clj

(sam-reader? rdr)

Checks if given object is an instance of SAMReader.

Checks if given object is an instance of SAMReader.
sourceraw docstring

sam-writer?clj

(sam-writer? wtr)

Checks if given object is an instance of SAMWriter.

Checks if given object is an instance of SAMWriter.
sourceraw docstring

sequence-reader?clj

(sequence-reader? rdr)

Checks if given object implements protocol ISequenceReader.

Checks if given object implements protocol ISequenceReader.
sourceraw docstring

sequence-writer?clj

(sequence-writer? wtr)

Checks if given object implements protocol ISequenceWriter.

Checks if given object implements protocol ISequenceWriter.
sourceraw docstring

twobit-reader?clj

(twobit-reader? rdr)

Checks if given object is an instance of TwoBitReader.

Checks if given object is an instance of TwoBitReader.
sourceraw docstring

twobit-writer?clj

(twobit-writer? wtr)

Checks if given object is an instance of TwoBitWriter.

Checks if given object is an instance of TwoBitWriter.
sourceraw docstring

variant-reader?clj

(variant-reader? rdr)

Checks if given object implements protocol IVariantReader.

Checks if given object implements protocol IVariantReader.
sourceraw docstring

variant-writer?clj

(variant-writer? wtr)

Checks if given object implements protocol IVariantWriter.

Checks if given object implements protocol IVariantWriter.
sourceraw docstring

vcf-reader?clj

(vcf-reader? rdr)

Checks if given object is an instance of VCFReader.

Checks if given object is an instance of VCFReader.
sourceraw docstring

vcf-writer?clj

(vcf-writer? wtr)

Checks if given object is an instance of VCFWriter.

Checks if given object is an instance of VCFWriter.
sourceraw docstring

wig-reader?clj

(wig-reader? rdr)

Checks if given object is an instance of WIGReader.

Checks if given object is an instance of WIGReader.
sourceraw docstring

wig-writer?clj

(wig-writer? wtr)

Checks if given object is an instance of WIGWriter.

Checks if given object is an instance of WIGWriter.
sourceraw docstring

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

× close