cc9815dcc544d9bfaa660557feefa1ab4364ecb6 max Thu Jun 19 05:45:56 2025 -0700 add triangles to clinvar tracks, add clinvar lollies to archive, add a validation to the clinvar sub lollies script, refs #35750 diff --git src/hg/utils/otto/clinvar/clinvarSubBB.as src/hg/utils/otto/clinvar/clinvarSubBB.as new file mode 100644 index 00000000000..fbdc0f4a6e4 --- /dev/null +++ src/hg/utils/otto/clinvar/clinvarSubBB.as @@ -0,0 +1,34 @@ +table clinvarSubBB +"ClinVar variant submission info plus some fields from clivarMain" + ( + string chrom; "Chromosome (or contig, scaffold, etc.)" + uint chromStart; "Start position in chromosome" + uint chromEnd; "End position in chromosome" + string name; "Name of item" + uint score; "Score from 0-1000" + char[1] strand; "+ or -" + uint thickStart; "Start of where display should be thick (start codon)" + uint thickEnd; "End of where display should be thick (stop codon)" + uint reserved; "Used as itemRgb as of 2004-11-22" + +# from clinvarMain + lstring origName; "Link to ClinVar with Variant ID" + string subGeneSymbol; "SubmittedGeneSymbol" + string molConseq; "Molecular Consequence" + string snpId; "dbSNP ID" + +# from clinvarSub + int varId; "Variation ID" + string clinSign; "Clinical Significance" + string reviewStatus; "Variant Review Status" + string dateLastEval; "Date Last Evaluated" + lstring description; "Description" + lstring subPhenoInfo; "Submitted Phenotype Info" + lstring repPhenoInfo; "Reported Phenotype Info" + string revStatus; "Submission Review Status" + string collMethod;"Collection Method" + string originCounts; "Origin Counts" + string submitter; "Submitter" + string scv; "SCV" + lstring explOfInterp; "Explanation of Interpretation" + )