Class: Bio::RefSeq

Inherits:
GenBank show all
Defined in:
lib/bio/db/genbank/refseq.rb

Overview

Bio::RefSeq is deprecated. Use Bio::GenBank.

Constant Summary

Constants included from NCBIDB::Common

NCBIDB::Common::DELIMITER, NCBIDB::Common::TAGSIZE

Instance Method Summary collapse

Methods inherited from GenBank

#basecount, #circular, #classification, #date, #date_modified, #division, #each_cds, #each_gene, #entry_id, #length, #locus, #natype, #seq, #seq_len, #strand, #strandedness, #to_biosequence

Methods included from NCBIDB::Common

#acc_version, #accession, #accessions, #comment, #common_name, #definition, #features, #gi, #keywords, #locus, #nid, #organism, #origin, #references, #segment, #source, #taxonomy, #version, #versions

Methods inherited from DB

#entry_id, #exists?, #fetch, #get, open, #tags

Constructor Details

#initialize(str) ⇒ RefSeq

Bio::RefSeq is deprecated. Use Bio::GenBank.



19
20
21
22
# File 'lib/bio/db/genbank/refseq.rb', line 19

def initialize(str)
  warn "Bio::RefSeq is deprecated. Use Bio::GenBank."
  super(str)
end