graph: {title: "Irish Wolfhound Pedigree"
        layoutalgorithm: maxdepth
        ignoresingles:no
        edge.arrowsize:0
        edge.backarrowsize:15
        edge.backarrowstyle:solid
        displayedgelabels:yes    // aiSee -- Graph Visualization
        manhattanedges:yes       // Irish Wolfhound Pedigree
        linearsegments:yes       // Courtesy of Jesús Aguirre-Hernández
        crossingoptimization:yes // University of Cambridge
        crossingphase2:yes
        infoname1: "Additional Information"
        finetuning: yes
        equalydist: yes
        yspace: 300
        inportsharing: no
        lateedgelabels: yes
        scaling: 1.0
        colorentry 42: 222 222 222
        color: 42

node: { title:"Title of Pedigree"
        label: "Irish Wolfhound Pedigree
Jes\fi250s Aguirre-Hern\fi225ndez
University of Cambridge
Last Modified: 5 February 2002"
        shape: box
        bordercolor:red
        focus }

graph: {title:"Explanation"
        bordercolor: red
        status: boxed
        ybase: 20
        xbase: 20
        yspace: 10
        edge.color: 0
        edge.linestyle: invisible

        node: { title:"L1l" label:"circle" shape:circle
                level:1 height:50 width:50 fontname:"helvR08"}
        node: { title:"L1r" label:"female" borderwidth:0 }
        nearedge: { source:"L1l" target:"L1r" }

        node: { title:"L2l" label:"square"
                level:2 height:50 width:50 fontname:"helvR08"}
        node: { title:"L2r" label:"male" borderwidth:0 }
        nearedge: { source:"L2l" target:"L2r" }

        node: { title:"L3l" label:"hexagon" shape:hexagon
                level:3 height:50 width:50 fontname:"helvR08"}
        node: { title:"L3r" label:"gender unknown" borderwidth:0 }
        nearedge: { source:"L3l" target:"L3r" }

        node: { title:"L4l" label:"red" color:2 textcolor:0 bordercolor:2
                level:4 width:50 fontname:"helvR08"}
        node: { title:"L4r" label:"affected" borderwidth:0 }
        nearedge: { source:"L4l" target:"L4r" }

        node: { title:"L5l" label:"yellow" color:4 bordercolor:4
                level:5 width:50 fontname:"helvR08"}
        node: { title:"L5r" label:"known carrier" borderwidth:0 }
        nearedge: { source:"L5l" target:"L5r" }

        node: { title:"L6l" label:"blue\nborder" bordercolor:1
                level:6 width:50 fontname:"helvR08"}
        node: { title:"L6r" label:"blood available from the individual"
                borderwidth:0 }
        nearedge: { source:"L6l" target:"L6r" }

        node: { title:"L7l" label:"Labeled\nnodes" bordercolor:0
                level:7 width:50 fontname:"helvR08"}
        node: { title:"L7r"
                label: "affected individuals;
individuals for which blood is available;
individuals that may be the source of ibd alleles in at least one affected."
                borderwidth:0
              }
        nearedge: { source:"L7l" target:"L7r" }

        node: { title:"L8l" label:"ibd \fi035"
                level:8 width:50 bordercolor:0}
        node: { title:"L8r"
                label: "means that the individual may be the source
of ibd alleles for that number of affected individuals (total = )."
                borderwidth:0
              }
        nearedge: { source:"L8l" target:"L8r" }
        }

rightnearedge: {source:"Title of Pedigree"
                target:"Explanation"
                linestyle:invisible}

        node.width : 300
        node.height: 300
        node.label : ""

node: {title:"ai14063"    shape:circle }
node: {title:"ai17834329" shape:circle  textcolor:1 borderwidth:10}
node: {title:"ai17833"    shape:circle }
node: {title:"ai17831327" shape:circle  textcolor:1 borderwidth:10}
node: {title:"ai136"      shape:circle }
node: {title:"ai142384"   shape:circle  textcolor:1 borderwidth:10}
node: {title:"ai143382"   shape:circle  textcolor:1 borderwidth:10}
node: {title:"ai133383"   shape:circle  textcolor:1 borderwidth:10}
node: {title:"ai133"      shape:circle }
node: {title:"ai113387"   shape:hexagon textcolor:1 borderwidth:10}

// etc.
// The pedigree contains 551 nodes

edge: {source:"ai17834329" target:"ai17831327"}
edge: {source:"ai17831327" target:"ai133"     }
edge: {source:"ai136"      target:"ai17833"   }
edge: {source:"ai142384"   target:"ai133383"  }
edge: {source:"ai143382"   target:"ai17834329"}
edge: {source:"ai133383"   target:"ai136"     }
edge: {source:"ai133383"   target:"ai63461962"}
edge: {source:"ai133"      target:"ai17833"   }

// etc.
// The pedigree contains 810 edges

}