src/hg/lib/yaleGencodeAssoc.as 1.1
1.1 2010/04/30 21:23:38 braney
files to describe and load table that maps gencode id's to yale pseudogene id's
Index: src/hg/lib/yaleGencodeAssoc.as
===================================================================
RCS file: src/hg/lib/yaleGencodeAssoc.as
diff -N src/hg/lib/yaleGencodeAssoc.as
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/yaleGencodeAssoc.as 30 Apr 2010 21:23:38 -0000 1.1
@@ -0,0 +1,8 @@
+
+table yaleGencodeAssoc
+"association of Yale pseudogenes with Gencode transcripts"
+ (
+ string transcript; "Gencode transcript id"
+ string yaleId; "Yale id"
+ string locus; "Gencode locus id"
+ )