Liking cljdoc? Tell your friends :D

cljam.io.fasta.core


clone-readerclj

(clone-reader rdr)

Clones fasta reader sharing persistent objects.

Clones fasta reader sharing persistent objects.
sourceraw docstring

readclj

(read rdr)

Returns a lazy sequence of maps representing each sequence in FASTA.

Returns a lazy sequence of maps representing each sequence in FASTA.
sourceraw docstring

read-headersclj

(read-headers rdr)

Returns fasta headers(offset, name and desc).

Returns fasta headers(offset, name and desc).
sourceraw docstring

read-indicesclj

(read-indices rdr)

Reads fasta indices.

Reads fasta indices.
sourceraw docstring

read-seq-summariesclj

(read-seq-summaries rdr)

Reads summaries of sequences in this FASTA file.

Reads summaries of sequences in this FASTA file.
sourceraw docstring

read-sequenceclj

(read-sequence rdr {:keys [chr start end]} opts)

Reads the specified range of sequence. Start and end can be null.

Reads the specified range of sequence.
Start and end can be null.
sourceraw docstring

read-sequencesclj

(read-sequences rdr)

Reads sequences by line, returning the line-separated sequences as lazy sequence.

Reads sequences by line, returning the line-separated sequences
as lazy sequence.
sourceraw docstring

readerclj

(reader f)

Makes FastaReader from the File.

Makes FastaReader from the File.
sourceraw docstring

resetclj

(reset rdr)

Resets the file pointer of rdr.

Resets the file pointer of rdr.
sourceraw docstring

sequential-readclj

(sequential-read rdr)
(sequential-read rdr opts)

Returns a list of maps containing sequence as upper-case string.

Returns a list of maps containing sequence as upper-case string.
sourceraw docstring

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

× close