Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Color alternative transcripts according to transcript type (retained intron, processed transcript, etc) #59

Open
luxeredias opened this issue Feb 10, 2021 · 0 comments

Comments

@luxeredias
Copy link

luxeredias commented Feb 10, 2021

New feature

Most protein coding genes have several alternative splicing mRNA isoforms, many of which are not protein coding themselves (due to lack of ORF, premature stop codon, retained intro, etc). It would be interesting to be able to visualize which transcripts of a gene are of each "transcript type" (according to the Gencode annotation, for instance).

Usage scenario

Can be used when one wants to visually confirm which kind of transcripts of a gene are being more thouroghly expressed between conditions.

Suggest implementation

Include an argument in the main function so the user can choose whether to use it or not.
Functions that ought to be altered to receive this implementation are probably:
read_gtf(): return information on the transcript type of each transcript (lines 276-305)
gtf_for_plot(): include another column in the dataframe that will be used by ggplot2 to plot the GTF plot bellow tha main sashimi plot (lines 348-436)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants