Integration of the bioinformatics web services
http://togows.dbcls.jp/entry/database/entry_id[,entry_id2,...]/field[.format]
Related resources
Towards an integrated web service in life science
TogoWS REST service
REST URI conventions
- http://togows.dbcls.jp/entry/database/entry_id[,entry_id2,...]/field[.format]
- http://togows.dbcls.jp/search/database/query+string[.format][/offset,limit[.format]]
- http://togows.dbcls.jp/convert/data_source.format
Entry retrieval
http://togows.dbcls.jp/entry/database/entry_id[,entry_id2,...]/field[.format]
- database:
- Complete list http://togows.dbcls.jp/entry/
- KEGG: genes, orthology, enzyme, compound, drug, glycan, reaction
- DDBJ: ddbj, dad
- PDBj: pdb
- NCBI: nucleotide, protein, gene, pubmed, mesh, omim, snp, homologene, nuccore, nucest, nucgss, unists
- EBI: embl, uniprot, uniparc, uniref100, uniref90, uniref50
- format:
- Complete list http://togows.dbcls.jp/entry/database?formats
- xml, json, gff, fasta etc.
- field:
- Complete list http://togows.dbcls.jp/entry/database?fields
- definition, length, seq etc.
- errors:
- 400 Bad Request (HTTP error): requested URI or the database was invalid
- 404 Not Found (HTTP error): requested entry was not found
- samples:
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN,A1AG1_MOUSE
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN,A1AG1_MOUSE.fasta
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN,A1AG1_MOUSE.gff
- http://togows.dbcls.jp/entry/pubmed/16381885
- http://togows.dbcls.jp/entry/pubmed/16381885/authors
- http://togows.dbcls.jp/entry/pubmed/16381885/authors.json
Database search
http://togows.dbcls.jp/search/database/query+string[.format][/offset,limit[.format]]
- database:
- Complete list http://togows.dbcls.jp/search/
- query+string:
- Format of the "query string" is just a simple text
- errors:
- 400 Bad Request (HTTP error): requested URI or the database was invalid
- 404 Not Found (HTTP error): requested entry had no results
- samples:
Data format conversion
http://togows.dbcls.jp/convert/data_source.format
- data_source.format:
- Complete list http://togows.dbcls.jp/convert/
- genbank, blast, fasta, psl, sim4, hmmer, exonerate, wise etc.
- (description of these formats can be found here)
- Use the POST protocol to upload your data as a text
- The "data=" prefix is allowed as a key in the key=value format (not mandatory)
- 400 Bad Request (HTTP error): requested URI was invalid
- 404 Not Found (HTTP error): requested data_source.format is not supported
Examples - NCBI Nucleotide/Protein/RefSeq
- http://togows.dbcls.jp/entry/nucleotide/J00231
- http://togows.dbcls.jp/entry/nucleotide?formats # valid formats
- http://togows.dbcls.jp/entry/nucleotide/J00231.xml
- http://togows.dbcls.jp/entry/nucleotide/J00231.fasta
- http://togows.dbcls.jp/entry/nucleotide/J00231.gff
- http://togows.dbcls.jp/entry/nucleotide?fields # valid fields
- http://togows.dbcls.jp/entry/nucleotide/J00231/entry_id
- http://togows.dbcls.jp/entry/nucleotide/J00231/definition
- http://togows.dbcls.jp/entry/nucleotide/J00231/seq
- http://togows.dbcls.jp/entry/nucleotide/J00231/length
- http://togows.dbcls.jp/entry/nucleotide/J00231/moltype
- http://togows.dbcls.jp/entry/nucleotide/J00231/linearity
- http://togows.dbcls.jp/entry/nucleotide/J00231/division
- http://togows.dbcls.jp/entry/nucleotide/J00231/date
- http://togows.dbcls.jp/entry/nucleotide/J00231/accession
- http://togows.dbcls.jp/entry/nucleotide/J00231/version
- http://togows.dbcls.jp/entry/nucleotide/J00231/acc_version
- http://togows.dbcls.jp/entry/nucleotide/J00231/gi
- http://togows.dbcls.jp/entry/nucleotide/J00231/keywords
- http://togows.dbcls.jp/entry/nucleotide/J00231/keywords.json
- http://togows.dbcls.jp/entry/nucleotide/J00231/organism
- http://togows.dbcls.jp/entry/nucleotide/J00231/common_name
- http://togows.dbcls.jp/entry/nucleotide/J00231/taxonomy
- http://togows.dbcls.jp/entry/nucleotide/J00231/comment
- http://togows.dbcls.jp/entry/nucleotide/J00231.1 # J00231 by acc_version
- http://togows.dbcls.jp/entry/nucleotide/185041 # J00231 by GI
- http://togows.dbcls.jp/entry/protein/117606345
- http://togows.dbcls.jp/entry/protein/117606345.fasta
- http://togows.dbcls.jp/entry/protein/117606345.gff
- http://togows.dbcls.jp/entry/protein/117606345/definition
- http://togows.dbcls.jp/entry/protein/117606345/seq
- http://togows.dbcls.jp/entry/protein/117606345/organism
TODO
- http://togows.dbcls.jp/entry/nucleotide/J00231/features # use J00231.gff
- http://togows.dbcls.jp/entry/nucleotide/J00231/references # -> PMIDs
Examples - NCBI PubMed
- http://togows.dbcls.jp/entry/pubmed/16381885
- http://togows.dbcls.jp/entry/pubmed?formats
- http://togows.dbcls.jp/entry/pubmed/16381885.xml
- http://togows.dbcls.jp/entry/pubmed/16381885.ttl
- http://togows.dbcls.jp/entry/pubmed?fields
- http://togows.dbcls.jp/entry/pubmed/16381885/abstract
- http://togows.dbcls.jp/entry/pubmed/16381885/au
- http://togows.dbcls.jp/entry/pubmed/16381885/authors
- http://togows.dbcls.jp/entry/pubmed/16381885/so
- http://togows.dbcls.jp/entry/pubmed/16381885/mesh
- http://dx.doi.org/ + http://togows.dbcls.jp/entry/pubmed/16381885/doi
= http://dx.doi.org/10.1093/nar/gkj102
Examples for gene, mesh, omim, snp, homologene, nuccore, nucest, nucgss and unists databases are still in preparation.
Examples - EMBL
- http://togows.dbcls.jp/entry/embl/J00231
- http://togows.dbcls.jp/entry/embl?formats # valid formats
- http://togows.dbcls.jp/entry/embl/J00231.xml
- http://togows.dbcls.jp/entry/embl/J00231.fasta
- http://togows.dbcls.jp/entry/embl?fields # valid fields
- http://togows.dbcls.jp/entry/embl/J00231/entry_id
- http://togows.dbcls.jp/entry/embl/J00231/definition
- http://togows.dbcls.jp/entry/embl/J00231/seq # (alias to "sequence", "naseq"?)
TODO
- http://togows.dbcls.jp/entry/embl/J00231/references # rx -> PMIDs
- http://togows.dbcls.jp/entry/embl/J00231/features # ft -> GFF
- http://togows.dbcls.jp/entry/embl/J00231.gff # features
- http://togows.dbcls.jp/entry/embl/J00231/created_date # dt (Hash)
- http://togows.dbcls.jp/entry/embl/J00231/updated_date # dt (Hash)
- http://togows.dbcls.jp/entry/embl/J00231/keywords # kw
- http://togows.dbcls.jp/entry/embl/J00231/common_name # os
- http://togows.dbcls.jp/entry/embl/J00231/organism # os
- http://togows.dbcls.jp/entry/embl/J00231/taxonomy # oc
- http://togows.dbcls.jp/entry/embl/J00231/dr # cross_ref (Hash)
- http://togows.dbcls.jp/entry/embl/J00231/comment # cc (field str)
- http://togows.dbcls.jp/entry/embl/J00231/composition # sq (Hash)
Examples - UniProt
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN
- http://togows.dbcls.jp/entry/uniprot?formats # valid formats
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN.xml (XSD)
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN.fasta
- http://togows.dbcls.jp/entry/uniprot?fields # valid fields
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/entry_id
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/definition
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/seq # (alias to "sequence", "aaseq"?)
TODO
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/references # rx -> PMIDs
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/dois # rx -> DOIs
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/features # Protein DAS
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN.gff # Protein DAS
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/created_date # dt
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/sequence_updated(_date?) # dt
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/annotation_updated(_date?) # dt
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/sequence_version
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/entry_version
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/gene_name # gn
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/synonyms # gn
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/common_name # os (Hash)
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/organism # os (Hash)
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/taxonomy # oc
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/tax_id # ox
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/comments # cc (Hash)
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/dr # cross_ref (Hash)
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/keywords # kw
- http://togows.dbcls.jp/entry/uniprot/A1AG1_HUMAN/composition # sq
Examples - KEGG GENES
- http://togows.dbcls.jp/entry/genes/eco:b0002
- http://togows.dbcls.jp/entry/genes/eco:b0002/entry_id
- http://togows.dbcls.jp/entry/genes/eco:b0002/division
- http://togows.dbcls.jp/entry/genes/eco:b0002/organism
- http://togows.dbcls.jp/entry/genes/eco:b0002/name
- http://togows.dbcls.jp/entry/genes/eco:b0002/names
- http://togows.dbcls.jp/entry/genes/eco:b0002/names.json
- http://togows.dbcls.jp/entry/genes/eco:b0002/definition
- http://togows.dbcls.jp/entry/genes/eco:b0002/eclinks
- http://togows.dbcls.jp/entry/genes/eco:b0002/eclinks.json
- http://togows.dbcls.jp/entry/genes/eco:b0002/orthologs
- http://togows.dbcls.jp/entry/genes/eco:b0002/orthologs.json
- http://togows.dbcls.jp/entry/genes/eco:b0002/pathways
- http://togows.dbcls.jp/entry/genes/eco:b0002/pathways.json
- http://togows.dbcls.jp/entry/genes/eco:b0002/classes
- http://togows.dbcls.jp/entry/genes/eco:b0002/classes.json
- http://togows.dbcls.jp/entry/genes/eco:b0002/position
- http://togows.dbcls.jp/entry/genes/sce:YBR160W/position
- http://togows.dbcls.jp/entry/genes/sce:YBR160W/chromosome
- http://togows.dbcls.jp/entry/genes/sce:YBR160W/gbposition
- http://togows.dbcls.jp/entry/genes/eco:b0002/motifs
- http://togows.dbcls.jp/entry/genes/eco:b0002/motifs.json
- http://togows.dbcls.jp/entry/genes/eco:b0002/dblinks
- http://togows.dbcls.jp/entry/genes/eco:b0002/dblinks.json
- http://togows.dbcls.jp/entry/genes/eco:b0002/aaseq
- http://togows.dbcls.jp/entry/genes/eco:b0002/aalen
- http://togows.dbcls.jp/entry/genes/eco:b0002/ntseq (naseq)
- http://togows.dbcls.jp/entry/genes/eco:b0002/ntlen (nalen)
Examples - KEGG ORTHOLOGY
- http://togows.dbcls.jp/entry/orthology/K00001
- http://togows.dbcls.jp/entry/orthology/K00001/entry_id
- http://togows.dbcls.jp/entry/orthology/K00001/name
- http://togows.dbcls.jp/entry/orthology/K00001/names
- http://togows.dbcls.jp/entry/orthology/K00001/names.json
- http://togows.dbcls.jp/entry/orthology/K00001/definition
- http://togows.dbcls.jp/entry/orthology/K00001/pathways
- http://togows.dbcls.jp/entry/orthology/K00001/pathways.json
- http://togows.dbcls.jp/entry/orthology/K00003/modules
- http://togows.dbcls.jp/entry/orthology/K00003/modules.json
- http://togows.dbcls.jp/entry/orthology/K00001/dblinks
- http://togows.dbcls.jp/entry/orthology/K00001/dblinks.json
- http://togows.dbcls.jp/entry/orthology/K00001/genes
- http://togows.dbcls.jp/entry/orthology/K00001/genes.json
Examples - KEGG ENZYME
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/entry_id
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/name
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/names
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/names.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/classes
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/classes.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/sysname
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/reaction
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/all_reac
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/iubmb_reactions
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/kegg_reactions
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/substrates
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/substrates.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/products
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/products.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/cofactors
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/cofactors.json
- http://togows.dbcls.jp/entry/enzyme/2.4.1.1/effectors
- http://togows.dbcls.jp/entry/enzyme/2.4.1.1/effectors.json
- http://togows.dbcls.jp/entry/enzyme/1.6.99.6/inhibitors
- http://togows.dbcls.jp/entry/enzyme/1.6.99.6/inhibitors.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/comment
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/pathways
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/pathways.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/orthologs
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/orthologs.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/genes
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/genes.json
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/dblinks
- http://togows.dbcls.jp/entry/enzyme/1.1.1.1/dblinks.json
TODO
Examples - KEGG COMPOUND
- http://togows.dbcls.jp/entry/compound/C00003
- http://togows.dbcls.jp/entry/compound/C00003/entry_id
- http://togows.dbcls.jp/entry/compound/C00003/name
- http://togows.dbcls.jp/entry/compound/C00003/names
- http://togows.dbcls.jp/entry/compound/C00003/names.json
- http://togows.dbcls.jp/entry/compound/C00003/formula
- http://togows.dbcls.jp/entry/compound/C00003/exact_mass
- http://togows.dbcls.jp/entry/compound/C00003/mol_weight
- http://togows.dbcls.jp/entry/compound/C00003/remark
- http://togows.dbcls.jp/entry/compound/C00003/comment
- http://togows.dbcls.jp/entry/compound/C00003/reactions
- http://togows.dbcls.jp/entry/compound/C00003/reactions.json
- http://togows.dbcls.jp/entry/compound/C00003/pathways
- http://togows.dbcls.jp/entry/compound/C00003/pathways.json
- http://togows.dbcls.jp/entry/compound/C00003/enzymes
- http://togows.dbcls.jp/entry/compound/C00003/enzymes.json
- http://togows.dbcls.jp/entry/compound/C00003/dblinks
- http://togows.dbcls.jp/entry/compound/C00003/dblinks.json
- http://togows.dbcls.jp/entry/compound/C00003/kcf
TODO
- http://togows.dbcls.jp/entry/compound/C00306/sequence
- http://togows.dbcls.jp/entry/compound/C00306/organism
- http://togows.dbcls.jp/entry/compound/C00012/kcf # BRACKET
- http://togows.dbcls.jp/entry/compound/C15970/references
Examples - KEGG DRUG
- http://togows.dbcls.jp/entry/drug/D00109
- http://togows.dbcls.jp/entry/drug/D00109/entry_id
- http://togows.dbcls.jp/entry/drug/D00109/name
- http://togows.dbcls.jp/entry/drug/D00109/names
- http://togows.dbcls.jp/entry/drug/D00109/names.json
- http://togows.dbcls.jp/entry/drug/D00109/formula
- http://togows.dbcls.jp/entry/drug/D00109/mass
- http://togows.dbcls.jp/entry/drug/D00109/activity
- http://togows.dbcls.jp/entry/drug/D00109/remark
- http://togows.dbcls.jp/entry/drug/D00109/comment
- http://togows.dbcls.jp/entry/drug/D00109/pathways
- http://togows.dbcls.jp/entry/drug/D00109/pathways.json
- http://togows.dbcls.jp/entry/drug/D00109/dblinks
- http://togows.dbcls.jp/entry/drug/D00109/dblinks.json
- http://togows.dbcls.jp/entry/drug/D00109/kcf
TODO
- http://togows.dbcls.jp/entry/drug/D00068/metabolisms
- http://togows.dbcls.jp/entry/drug/D00361/components
- http://togows.dbcls.jp/entry/drug/D00092/sources
- http://togows.dbcls.jp/entry/drug/D00109/targets
- http://togows.dbcls.jp/entry/drug/D00001/products
- http://togows.dbcls.jp/entry/drug/D00060/kcf # BRACKET
Examples - KEGG GLYCAN
- http://togows.dbcls.jp/entry/glycan/G00044
- http://togows.dbcls.jp/entry/glycan/G00044/entry_id
- http://togows.dbcls.jp/entry/glycan/G00044/name
- http://togows.dbcls.jp/entry/glycan/G00044/names
- http://togows.dbcls.jp/entry/glycan/G00044/names.json
- http://togows.dbcls.jp/entry/glycan/G00001/mass
- http://togows.dbcls.jp/entry/glycan/G00001/keggclass
- http://togows.dbcls.jp/entry/glycan/G00001/compounds
- http://togows.dbcls.jp/entry/glycan/G00001/reactions
- http://togows.dbcls.jp/entry/glycan/G00001/enzymes
- http://togows.dbcls.jp/entry/glycan/G00001/orthologs # cross_ref
- http://togows.dbcls.jp/entry/glycan/G00001/comment
- http://togows.dbcls.jp/entry/glycan/G00001/remark
- http://togows.dbcls.jp/entry/glycan/G00001/dblinks # cross_ref
- http://togows.dbcls.jp/entry/glycan/G00001/kcf
TODO
- http://togows.dbcls.jp/entry/glycan/G00001/composition # Hash
- http://togows.dbcls.jp/entry/glycan/G00001/pathways # cross_ref
- http://togows.dbcls.jp/entry/glycan/G00012/references
Examples - KEGG REACTION
- http://togows.dbcls.jp/entry/reaction/R00005
- http://togows.dbcls.jp/entry/reaction/R00005/entry_id
- http://togows.dbcls.jp/entry/reaction/R00005/name
- http://togows.dbcls.jp/entry/reaction/R00005/definition
- http://togows.dbcls.jp/entry/reaction/R00005/equation
- http://togows.dbcls.jp/entry/reaction/R00005/enzymes
TODO
- http://togows.dbcls.jp/entry/reaction/R00005/rpairs # cross_ref
- http://togows.dbcls.jp/entry/reaction/R00005/pathways # cross_ref
- http://togows.dbcls.jp/entry/reaction/R00074/references
Examples - KEGG PATHWAY
- http://togows.dbcls.jp/entry/pathway/map00030
- http://togows.dbcls.jp/entry/pathway/map00030/entry_id
- http://togows.dbcls.jp/entry/pathway/map00030/name
- http://togows.dbcls.jp/entry/pathway/map00030/description
- http://togows.dbcls.jp/entry/pathway/map00040/description # empty -> 404
- http://togows.dbcls.jp/entry/pathway/map00030/classes
- http://togows.dbcls.jp/entry/pathway/map00030/classes.json
- http://togows.dbcls.jp/entry/pathway/map00030/pathways
- http://togows.dbcls.jp/entry/pathway/map00030/pathways.json
- http://togows.dbcls.jp/entry/pathway/map00030/modules
- http://togows.dbcls.jp/entry/pathway/map00030/modules.json
- http://togows.dbcls.jp/entry/pathway/map00030/diseases
- http://togows.dbcls.jp/entry/pathway/map00030/diseases.json
- http://togows.dbcls.jp/entry/pathway/map00030/dblinks
- http://togows.dbcls.jp/entry/pathway/map00030/dblinks.json
- http://togows.dbcls.jp/entry/pathway/ko00030/orthologs
- http://togows.dbcls.jp/entry/pathway/ko00030/orthologs.json
- http://togows.dbcls.jp/entry/pathway/hsa00030/organism
- http://togows.dbcls.jp/entry/pathway/hsa00030/genes
- http://togows.dbcls.jp/entry/pathway/hsa00030/genes.json
- http://togows.dbcls.jp/entry/pathway/ec00030/enzymes
- http://togows.dbcls.jp/entry/pathway/ec00030/enzymes.json
- http://togows.dbcls.jp/entry/pathway/rn00030/reactions
- http://togows.dbcls.jp/entry/pathway/rn00030/reactions.json
- http://togows.dbcls.jp/entry/pathway/hsa00030/compounds
- http://togows.dbcls.jp/entry/pathway/hsa00030/compounds.json
- http://togows.dbcls.jp/entry/pathway/map00030/relpathways
- http://togows.dbcls.jp/entry/pathway/map00030/relpathways.json
- http://togows.dbcls.jp/entry/pathway/map00030/kopathway
TODO
Examples - KEGG MODULE
- http://togows.dbcls.jp/entry/module/M00009
- http://togows.dbcls.jp/entry/module/M00009/entry_id
- http://togows.dbcls.jp/entry/module/M00009/name
- http://togows.dbcls.jp/entry/module/M00009/definition
- http://togows.dbcls.jp/entry/module/M00009/classes
- http://togows.dbcls.jp/entry/module/M00009/classes.json
- http://togows.dbcls.jp/entry/module/M00009/pathways
- http://togows.dbcls.jp/entry/module/M00009/pathways.json
- http://togows.dbcls.jp/entry/module/M00009/orthologs
- http://togows.dbcls.jp/entry/module/M00009/orthologs.json
- http://togows.dbcls.jp/entry/module/M00009/reactions
- http://togows.dbcls.jp/entry/module/M00009/reactions.json
- http://togows.dbcls.jp/entry/module/M00009/compounds
- http://togows.dbcls.jp/entry/module/M00009/compounds.json
TODO
Examples - DDBJ DDBJ
Examples - DDBJ DAD
Examples - PDBj
- http://togows.dbcls.jp/entry/pdb/1a4u
- http://togows.dbcls.jp/entry/pdb/1a4u/accession # downcase?
- http://togows.dbcls.jp/entry/pdb/1a4u/keywords
- http://togows.dbcls.jp/entry/pdb/1a4u/chains
- http://togows.dbcls.jp/entry/pdb/1a4u/models
TODO
- http://togows.dbcls.jp/entry/pdb/1a4u/atoms
- http://togows.dbcls.jp/entry/pdb/1a4u/seq # seqres
- http://togows.dbcls.jp/entry/pdb/1a4u/remark
- http://togows.dbcls.jp/entry/pdb/1a4u/jrnl # no PMID?
- http://togows.dbcls.jp/entry/pdb/1a4u/data # ?
- http://togows.dbcls.jp/entry/pdb/1a4u/helix # ?
- http://togows.dbcls.jp/entry/pdb/1a4u/turn # ?
- http://togows.dbcls.jp/entry/pdb/1a4u/sheet # ?
- http://togows.dbcls.jp/entry/pdb/1a4u/dbref # ?
Life Science DB project · Policy
© Copyright 2008 DBCLS
Address: 2-11-16 Yayoi, Bunkyo-ku, Tokyo
Phone: +81 (3) 5841 6754
Comments to: Toshiaki Katayama