src/hg/lib/snp125CodingCoordless.as 1.1
1.1 2009/06/04 20:18:02 angie
Added snp125CodingCoordless: coding effects of SNPs identified only by ID (no disambiguating coords, tsk tsk dbSNP).
Index: src/hg/lib/snp125CodingCoordless.as
===================================================================
RCS file: src/hg/lib/snp125CodingCoordless.as
diff -N src/hg/lib/snp125CodingCoordless.as
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/snp125CodingCoordless.as 4 Jun 2009 20:18:02 -0000 1.1
@@ -0,0 +1,12 @@
+table snp125CodingCoordless
+"Annotations of the effects of SNPs on translated protein sequence."
+ (
+ string name; "Reference SNP identifier"
+ string transcript; "Accession of the transcript modified by SNP"
+ enum(1,2,3) frame; "Frame of transcript's codon modified by SNP"
+ int alleleCount; "Number of annotated alleles for SNP"
+ ushort[alleleCount] funcCodes; "dbSNP function codes (e.g. 42=missense)"
+ string[alleleCount] alleles; "Observed nucleotide alleles corresponding to funcCodes"
+ lstring[alleleCount] codons; "Codons corresponding to funcCodes"
+ lstring[alleleCount] peptides; "Amino acid sequence corresponding to funcCodes"
+ )