You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is often the need for picking 1 transcript for a gene. This is often referred to as the canonical transcript, and nowadays (clinically) is usually the MANE transcript
It would be good to add a method to data provider to be able to retrieve the MANE transcript from a gene name
Transcripts could also have a field/flag on them saying whether they are MANE transcripts
Once we have the data provider API done, implementations like UTA or cdot could implement them
This could be implemented somewhere around the get_tx_for_region method. Eg. as a second filter on top of the initial response, (only return tx_acs that are part of MANE transcripts).
There is often the need for picking 1 transcript for a gene. This is often referred to as the canonical transcript, and nowadays (clinically) is usually the MANE transcript
It would be good to add a method to data provider to be able to retrieve the MANE transcript from a gene name
Transcripts could also have a field/flag on them saying whether they are MANE transcripts
Once we have the data provider API done, implementations like UTA or cdot could implement them
This is necessary to implement #517
Also came up as a request for #743
The text was updated successfully, but these errors were encountered: