95efc27edf24bba8d0c7e53d2ef4aead59982826 braney Mon Jun 15 18:29:39 2020 -0700 Merging in our gencode merge code to master branch diff --git src/hg/lib/gencodeAttrs.as src/hg/lib/gencodeAttrs.as new file mode 100644 index 0000000..0ae76ff --- /dev/null +++ src/hg/lib/gencodeAttrs.as @@ -0,0 +1,14 @@ +table gencodeAttrs +"Basic set of attributes associated with all Gencode transcripts." + ( + string geneId; "Gene identifier" + string geneName; "Gene name" + string geneType; "BioType of gene" + string transcriptId; "Transcript identifier" + string transcriptName; "Transcript name" + string transcriptType; "BioType of transcript" + string ccdsId; "CCDS identifier if transcript is in CCDS" + int level; "GENCODE level: 1 = experimental confirmed, 2 = manual, 3 = automated" + string proteinId; "Protein identifier (not loaded on many older versions of GENCODE)" + string transcriptClass; "high level type of transcript" + )