Skip to content

Instantly share code, notes, and snippets.

@merkuriy
Created March 11, 2012 08:50
Show Gist options
  • Save merkuriy/2015644 to your computer and use it in GitHub Desktop.
Save merkuriy/2015644 to your computer and use it in GitHub Desktop.
uniprot.json & ensembl.json
{
sequence: "ensembl.sequence",
identified: "ensembl.identified",
uniprot: [
{
id: "",
sequence: "",
identified: "",
refseq: [
"{refseq_id}",
...
],
kegg: [
"{kegg_id}",
...
],
ipi: [
"{ipi_id}",
...
],
go: [
{
id: "",
type: "",
description: ""
},
...
],
mod: [
{
position: "",
description: ""
},
...
]
},
...
]
}
{
name: "",
sequence: "",
identified: "",
refseq: [
"{refseq_id}",
...
],
kegg: [
"{kegg_id}",
...
],
ipi: [
"{ipi_id}",
...
],
go: [
{
id: "",
type: "",
description: ""
},
...
],
mod: [
{
position: "",
description: ""
},
...
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment