Liking cljdoc? Tell your friends :D

clj-biosequence.genbank


->genbankCitationclj

(->genbankCitation src)

Positional factory function for class clj_biosequence.genbank.genbankCitation.

Positional factory function for class clj_biosequence.genbank.genbankCitation.
sourceraw docstring

->genbankConnectionclj

(->genbankConnection acc-list db retype alphabet opts)

Positional factory function for class clj_biosequence.genbank.genbankConnection.

Positional factory function for class clj_biosequence.genbank.genbankConnection.
sourceraw docstring

->genbankDbRefclj

(->genbankDbRef src)

Positional factory function for class clj_biosequence.genbank.genbankDbRef.

Positional factory function for class clj_biosequence.genbank.genbankDbRef.
sourceraw docstring

->genbankFeatureclj

(->genbankFeature src)

Positional factory function for class clj_biosequence.genbank.genbankFeature.

Positional factory function for class clj_biosequence.genbank.genbankFeature.
sourceraw docstring

->genbankFileclj

(->genbankFile file opts alphabet)

Positional factory function for class clj_biosequence.genbank.genbankFile.

Positional factory function for class clj_biosequence.genbank.genbankFile.
sourceraw docstring

->genbankIntervalclj

(->genbankInterval src)

Positional factory function for class clj_biosequence.genbank.genbankInterval.

Positional factory function for class clj_biosequence.genbank.genbankInterval.
sourceraw docstring

->genbankQualifierclj

(->genbankQualifier src)

Positional factory function for class clj_biosequence.genbank.genbankQualifier.

Positional factory function for class clj_biosequence.genbank.genbankQualifier.
sourceraw docstring

->genbankReaderclj

(->genbankReader strm alphabet)

Positional factory function for class clj_biosequence.genbank.genbankReader.

Positional factory function for class clj_biosequence.genbank.genbankReader.
sourceraw docstring

->genbankSequenceclj

(->genbankSequence src alphabet)

Positional factory function for class clj_biosequence.genbank.genbankSequence.

Positional factory function for class clj_biosequence.genbank.genbankSequence.
sourceraw docstring

->genbankStringclj

(->genbankString str opts alphabet)

Positional factory function for class clj_biosequence.genbank.genbankString.

Positional factory function for class clj_biosequence.genbank.genbankString.
sourceraw docstring

->genbankTaxRefclj

(->genbankTaxRef src)

Positional factory function for class clj_biosequence.genbank.genbankTaxRef.

Positional factory function for class clj_biosequence.genbank.genbankTaxRef.
sourceraw docstring

feature-locationclj

(feature-location feature)

Returns the value corresponding to the 'GBFeature_location' element of a genbank feature element.

Returns the value corresponding to the 'GBFeature_location' element
of a genbank feature element.
sourceraw docstring

filter-qualifiersclj

(filter-qualifiers feature qname)

Filter qualifiers in a genbankFeature record using obj-type function.

Filter qualifiers in a genbankFeature record using obj-type
function.
sourceraw docstring

gb-seq-commentclj

(gb-seq-comment gbseq)

Returns strings from GbSeq_comment xml elements.

Returns strings from GbSeq_comment xml elements.
sourceraw docstring

(genbank-search term db)
(genbank-search term db restart key)

Returns a non-lazy list of result ids from NCBI for a particular search term and database. Search term syntax is the same as is used at the NCBI. For example, to retreive all Schistosoma mansoni protein sequences the 'db' argument would be 'protein' and the search term 'txid6183[Organism:noexp]'. Database arguments are restricted to the following keyword arguments and any other value will cause an error: :protein - a collection of sequences from several sources, including translations from annotated coding regions in GenBank, RefSeq and TPA, as well as records from SwissProt, PIR, PRF, and PDB. :nucest - a collection of short single-read transcript sequences from GenBank. :nuccore - a collection of sequences from several sources, including GenBank, RefSeq, TPA and PDB. :nucgss - a collection of unannotated short single-read primarily genomic sequences from GenBank including random survey sequences clone-end sequences and exon-trapped sequences. :popset - a set of DNA sequences that have been collected to analyse the evolutionary relatedness of a population. The population could originate from different members of the same species, or from organisms from different species.

Note that when retrieving popset entries multiple sequences are returned from a single accession number. Returns an empty list if no matches found.

Returns a non-lazy list of result ids from NCBI for a particular search term and
database. Search term syntax is the same as is used at the NCBI. For example,
to retreive all Schistosoma mansoni protein sequences the 'db' argument would
be 'protein' and the search term 'txid6183[Organism:noexp]'. Database arguments
are restricted to the following keyword arguments and any other value will cause
an error:
:protein    - a collection of sequences from several sources, including 
              translations from annotated coding regions in GenBank, RefSeq 
              and TPA, as well as records from SwissProt, PIR, PRF, and PDB.
:nucest     - a collection of short single-read transcript sequences from GenBank.
:nuccore    - a collection of sequences from several sources, including GenBank, 
              RefSeq, TPA and PDB.
:nucgss     - a collection of unannotated short single-read primarily genomic
              sequences from GenBank including random survey sequences clone-end
              sequences and exon-trapped sequences.
:popset     - a set of DNA sequences that have been collected to analyse the 
              evolutionary relatedness of a population. The population could 
              originate from different members of the same species, or from 
              organisms from different species. 

Note that when retrieving popset entries multiple sequences are returned from a
single accession number. Returns an empty list if no matches found.
sourceraw docstring

get-qualifiersclj

(get-qualifiers feature name)

Returns qualifier values from a genbankFeature record that have a particular bs-name.

Returns qualifier values from a genbankFeature record that have a
particular bs-name.
sourceraw docstring

init-genbank-connectionclj

(init-genbank-connection accessions db format alphabet & opts)

Initializes a genbankConnection record.

Initializes a genbankConnection record.
sourceraw docstring

init-genbank-fileclj

(init-genbank-file file alphabet & opts)

Initializes a genbankFile record.

Initializes a genbankFile record.
sourceraw docstring

init-genbank-stringclj

(init-genbank-string str
                     &
                     {:keys [alphabet opts]
                      :or {alphabet :iupacAminoAcids opts ()}})

Initializes a genbankString record.

Initializes a genbankString record.
sourceraw docstring

map->genbankCitationclj

(map->genbankCitation m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankCitation, taking a map of keywords to field values.

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

map->genbankConnectionclj

(map->genbankConnection m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankConnection, taking a map of keywords to field values.

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

map->genbankDbRefclj

(map->genbankDbRef m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankDbRef, taking a map of keywords to field values.

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

map->genbankFeatureclj

(map->genbankFeature m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankFeature, taking a map of keywords to field values.

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

map->genbankFileclj

(map->genbankFile m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankFile, taking a map of keywords to field values.

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

map->genbankIntervalclj

(map->genbankInterval m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankInterval, taking a map of keywords to field values.

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

map->genbankQualifierclj

(map->genbankQualifier m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankQualifier, taking a map of keywords to field values.

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

map->genbankReaderclj

(map->genbankReader m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankReader, taking a map of keywords to field values.

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

map->genbankSequenceclj

(map->genbankSequence m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankSequence, taking a map of keywords to field values.

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

map->genbankStringclj

(map->genbankString m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankString, taking a map of keywords to field values.

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

map->genbankTaxRefclj

(map->genbankTaxRef m__7585__auto__)

Factory function for class clj_biosequence.genbank.genbankTaxRef, taking a map of keywords to field values.

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

qualifiersclj

(qualifiers feature)

Collection of qualifiers in a genbankFeature record.

Collection of qualifiers in a genbankFeature record.
sourceraw docstring

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

× close