dzhang32 / ggtranscript

Visualizing transcript structure and annotation using ggplot2
https://dzhang32.github.io/ggtranscript/
Other
130 stars 9 forks source link

high-level workflow example #1

Open gpertea opened 2 years ago

gpertea commented 2 years ago

Thank you for this excellent work - I have been looking for something like this for a while as I often needed to explore transcript assemblies within a gene or genomic region while comparing them with reference annotation etc.

I think it would be really useful for the community (and increase the popularity/adoption of the package) to provide a step-by-step workflow example (perhaps adding a few high-level convenience functions) for a use case like this:

A genomic range would of course be required from the start (could be also used to subset the transcripts from the user provided file), with some common-sense checks (if not already implemented) to limit the genomic region width, the maximum number of transcripts etc.

dzhang32 commented 2 years ago

I'm super glad you find ggtranscript useful :)

Thanks for the detailed description - I completely agree, this workflow would be very helpful for users, will work on adding.