Liking cljdoc? Tell your friends :D

clj-biosequence.fastq


->fastqFileclj

(->fastqFile file opts)

Positional factory function for class clj_biosequence.fastq.fastqFile.

Positional factory function for class clj_biosequence.fastq.fastqFile.
sourceraw docstring

->fastqReaderclj

(->fastqReader strm)

Positional factory function for class clj_biosequence.fastq.fastqReader.

Positional factory function for class clj_biosequence.fastq.fastqReader.
sourceraw docstring

->fastqSequenceclj

(->fastqSequence description sequence quality)

Positional factory function for class clj_biosequence.fastq.fastqSequence.

Positional factory function for class clj_biosequence.fastq.fastqSequence.
sourceraw docstring

->fastqStringclj

(->fastqString str)

Positional factory function for class clj_biosequence.fastq.fastqString.

Positional factory function for class clj_biosequence.fastq.fastqString.
sourceraw docstring

fastq->stringclj

(fastq->string bs)

Returns a fastq sequence string.

Returns a fastq sequence string.
sourceraw docstring

init-fastq-fileclj

(init-fastq-file path & opts)

Returns a fastqFile record.

Returns a fastqFile record.
sourceraw docstring

init-fastq-sequenceclj

(init-fastq-sequence description sequence quality)

Returns a fastq sequence record.

Returns a fastq sequence record.
sourceraw docstring

init-fastq-stringclj

(init-fastq-string str)

Returns a fastqString record.

Returns a fastqString record.
sourceraw docstring

map->fastqFileclj

(map->fastqFile m__7585__auto__)

Factory function for class clj_biosequence.fastq.fastqFile, taking a map of keywords to field values.

Factory function for class clj_biosequence.fastq.fastqFile, taking a map of keywords to field values.
sourceraw docstring

map->fastqReaderclj

(map->fastqReader m__7585__auto__)

Factory function for class clj_biosequence.fastq.fastqReader, taking a map of keywords to field values.

Factory function for class clj_biosequence.fastq.fastqReader, taking a map of keywords to field values.
sourceraw docstring

map->fastqSequenceclj

(map->fastqSequence m__7585__auto__)

Factory function for class clj_biosequence.fastq.fastqSequence, taking a map of keywords to field values.

Factory function for class clj_biosequence.fastq.fastqSequence, taking a map of keywords to field values.
sourceraw docstring

map->fastqStringclj

(map->fastqString m__7585__auto__)

Factory function for class clj_biosequence.fastq.fastqString, taking a map of keywords to field values.

Factory function for class clj_biosequence.fastq.fastqString, taking a map of keywords to field values.
sourceraw docstring

qualitiesclj

(qualities this)

Returns the quality string from a fastq sequence record.

Returns the quality string from a fastq sequence record.
sourceraw docstring

shuffle-fqclj

(shuffle-fq forward reverse out)

Takes forward and reverse reads from paired end sequencing data and interleaves them in a single file.

Takes forward and reverse reads from paired end sequencing data and
interleaves them in a single file.
sourceraw docstring

unshuffle-fqclj

(unshuffle-fq forward-out reverse-out in)

Takes a fastq file with interleaved paired-end sequences and separates forward and reverse reads into separate files.

Takes a fastq file with interleaved paired-end sequences and
separates forward and reverse reads into separate files.
sourceraw docstring

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

× close