fd20884e51fe0cd5708f971a94ea0a10e06503c8
ceisenhart
  Wed Jul 5 12:16:09 2017 -0700
Adding a mouse over field and new label field as suggested by Chris Lee refs #14461

diff --git src/hg/lib/cosmicNew.as src/hg/lib/cosmicNew.as
index 5af51ff..51ce0b4 100644
--- src/hg/lib/cosmicNew.as
+++ src/hg/lib/cosmicNew.as
@@ -24,16 +24,18 @@
     lstring ntChange;      "Nucleotide sequence change"
     lstring aaChange;      "Amino acid sequence change"
     string mutDescription; "Description of effect of variant on gene"
     string mutZygosity;    "Information on whether the mutation was reported to be homozygous , heterozygous or unknown within the sample"
     string loh;            "LOH Information on whether the gene was reported to have loss of heterozygosity in the sample, yes, no or unknown."
     char[1] snp;           "All the known SNPs are flagged as 'y' defined by the 1000 genomes project, dbSNP and a panel of 378 normal (non-cancer) samples from Sanger CGP sequencing"
     string resMut;         "Resistant mutation, mutation confers drug resistance"
     string fathmmPred;     "FATHMM (Functional Analysis through Hidden Markov Models) prediction"
     float fathmmScore;     "FATHMM score, a pvalue ranging from 0 to 1. Greater than .5 is signicant, less is benign"
     string mutSomStat;     "Mutation somatic status"
     int pubmedId;          "The PUBMED id for the paper the sample was noted in"
     string studyIds;       "Lists the unique Ids of studies that have involved this sample."
     string samSource;      "Describes where the sample has originated from"
     string tumSource;      "Describes the tumor type"
     float age;             "Age of the sample (if provided)"
+	string cosmLabel;      "COSMIC external name"
+	string _mouseOver;     "Mouseover label" 
 	)