cd53a755e4e7dfbbfdeeef59b03c8261146d2a82 baertsch Sun May 15 03:16:54 2011 -0700 add ucscRetroOrtho table and code for ucscRetro child table diff --git src/hg/lib/ucscRetroOrtho.as src/hg/lib/ucscRetroOrtho.as new file mode 100644 index 0000000..2ec366b --- /dev/null +++ src/hg/lib/ucscRetroOrtho.as @@ -0,0 +1,7 @@ +table ucscRetroOrtho +"Orthlogy of retrogenes based on chains/nets with other species." + ( + string name; "Unique name of retrogene " + string db; "database of other species" + int overlap; "percent of retro that breaks net relative to other species" + )