395b531075423d60f7e9abe9edd0810b1a6fc0fc max Tue Jun 17 08:24:04 2025 -0700 finishing up mutscore and mcap tracks, refs #35806, #35922 diff --git src/hg/makeDb/trackDb/human/mcap.ra src/hg/makeDb/trackDb/human/mcap.ra new file mode 100644 index 00000000000..c601663e40c --- /dev/null +++ src/hg/makeDb/trackDb/human/mcap.ra @@ -0,0 +1,66 @@ +track mcap +shortLabel M-CAP +longLabel M-CAP: High sensitivity pathogenicity classifier +parent predictionScoresSuper +type bigWig +compositeTrack on +visibility full +group phenDis +color 50,200,50 + + track mcapA + shortLabel M-CAP: A + longLabel M-CAP: Mutation is A + type bigWig + parent mcap on + visibility full + bigDataUrl /gbdb/$D/mcap/A.bw + maxHeightPixels 128:20:8 + viewLimits 0:1.0 + viewLimitsMax 0:1.0 + maxWindowToDraw 10000000 + maxWindowToQuery 500000 + mouseOverFunction noAverage + + track mcapC + shortLabel M-CAP: C + longLabel M-CAP: Mutation is C + type bigWig + parent mcap on + visibility full + maxHeightPixels 128:20:8 + viewLimits 0:1.0 + viewLimitsMax 0:1.0 + maxWindowToDraw 10000000 + maxWindowToQuery 500000 + mouseOverFunction noAverage + bigDataUrl /gbdb/$D/mcap/C.bw + + track mcapG + shortLabel M-CAP: G + longLabel M-CAP: Mutation is G + type bigWig + parent mcap on + visibility full + maxHeightPixels 128:20:8 + viewLimits 0:1.0 + viewLimitsMax 0:1.0 + maxWindowToDraw 10000000 + maxWindowToQuery 500000 + mouseOverFunction noAverage + bigDataUrl /gbdb/$D/mcap/G.bw + + track mcapT + shortLabel M-CAP: T + longLabel M-CAP: Mutation is T + type bigWig + parent mcap on + visibility full + maxHeightPixels 128:20:8 + viewLimits 0:1.0 + viewLimitsMax 0:1.0 + maxWindowToDraw 10000000 + maxWindowToQuery 500000 + mouseOverFunction noAverage + bigDataUrl /gbdb/$D/mcap/T.bw +