Test
From SungsamGong
통영시의원강근식
김태곤
서호시장상인회장 (4월 17일 2007년)
김수동
<graphviz format="png" border="frame">
digraph G {
graph[rankdir=LR]
subgraph cluster_0 {
style=filled;
color=lightgrey;
node [style=filled,color=white];
_PDB;
_SCOP;
_UNIPROT;
_ENSEMBL;
_CSA;
_HGNC;
label = "Mirror";
}
subgraph cluster_1 {
style=filled;
color=lightgrey;
node [style=filled,color=white];
ResMap->ResAnno;
ResMap->FuncRes;
CSA;
label = "GLORIA";
}
subgraph cluster_2 {
style=filled;
color=lightgrey;
node [style=filled,color=white];
HGNC;
SCOPMap;
SNP2ENSG;
SNP2ENST;
SNP2ENSP->SNP2UNIPROT->SNP2PDB;
Ensp2UniProt->SNP2UNIPROT;
label = "FACEVIEW";
}
subgraph cluster_3 {
style=filled;
color=lightgrey;
node [style=filled,color=white];
UniProtSeq;
SwissVariants;
feature;
label = "UNIPROT";
}
subgraph cluster_4 {
style=filled;
color=lightgrey;
node [style=filled,color=white];
BIPA;
CREDO;
PICCOLO;
JOY;
label = "EXT";
}
_PDB -> ResMap->SCOPMap;
_SCOP -> SCOPMap;
_ENSEMBL->SNP2ENSG;
_ENSEMBL->SNP2ENST;
_ENSEMBL->SNP2ENSP;
_CSA->CSA->FuncRes;
_HGNC->HGNC;
_UNIPROT-> UniProtSeq;
_UNIPROT->feature;
_UNIPROT->SwissVariants;
UniProtSeq->ResMap->SNP2PDB;
JOY->ResAnno;
feature->FuncRes;
BIPA->FuncRes;
CREDO->FuncRes;
SwissVariants->FuncRes;
SNP2ENSP->FuncRes;
UniProtSeq->Ensp2UniProt->FuncRes;
}
</graphviz>
