15787bb2ba3b3b213dfa13c628395d38923c668c kent Mon Mar 14 12:17:17 2011 -0700 Updating protein column description in knownCanonical to reflect UCSC IDs instead of SwissProt. diff --git src/hg/lib/knownCanonical.as src/hg/lib/knownCanonical.as index 7ccc45c..204dce2 100644 --- src/hg/lib/knownCanonical.as +++ src/hg/lib/knownCanonical.as @@ -1,10 +1,10 @@ table knownCanonical "Describes the canonical splice variant of a gene" ( string chrom; "Chromosome" int chromStart; "Start position (0 based). Corresponds to txStart" int chromEnd; "End position (non-inclusive). Corresponds to txEnd" int clusterId; "Which cluster of transcripts this belongs to in knownIsoforms" string transcript; "Corresponds to knownGene name field." - string protein; "SwissProt ID of associated protein." + string protein; "SwissProt ID or more recently UCSC ID of associated protein." )