File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
persistence/src/main/java/org/cbioportal/genome_nexus/persistence/internal Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -248,10 +248,12 @@ public Set<String> findCanonicalTranscriptIdsBySource(String isoformOverrideSour
248248 .collect (Collectors .toSet ());
249249
250250 // CDKN2A is a special case where it has two canonical transcripts
251- // by default the first canonical transcript ENST00000304494 is returned
252- // if the isoform override source is mskcc then the second canonical transcript ENST00000361445 should be added as well
251+ // by default the first canonical transcript ENST00000579755 is returned
252+ // if the isoform override source is mskcc then the second canonical transcript ENST00000304494 should be added as well
253+ // ENST00000579755 is MANE plus clinical p14, ENST00000304494 is (p16 MANE). Germline transcript is MANE plus clinical.
254+
253255 if ("mskcc" .equalsIgnoreCase (isoformOverrideSource )) {
254- canonicalTranscriptIds .add ("ENST00000361570 " );
256+ canonicalTranscriptIds .add ("ENST00000304494 " );
255257 }
256258 return canonicalTranscriptIds ;
257259 }
You can’t perform that action at this time.
0 commit comments