Last Modified
2013-07-23 12:24:04 +0000
Requires
  • bio/db
  • bio/db/embl/common

Description

bio/db/embl/sptr.rb - UniProt/SwissProt and TrEMBL database class

Copyright

Copyright (C) 2001-2006 Mitsuteru C. Nakao <n@bioruby.org>

License

The Ruby License

$Id:$

Description

Shared methods for UniProtKB/SwissProt and TrEMBL classes.

See the SWISS-PROT document file SPECLIST.TXT or UniProtKB/SwissProt user manual.

Examples

str = File.read("p53_human.swiss")
obj = Bio::SPTR.new(str)
obj.entry_id #=> "P53_HUMAN"

References