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

gene2transcripts_v2: cds #565

Open
sophiaj16 opened this issue Dec 18, 2023 · 0 comments
Open

gene2transcripts_v2: cds #565

sophiaj16 opened this issue Dec 18, 2023 · 0 comments

Comments

@sophiaj16
Copy link

Is your feature request related to a problem? Please describe.
I'm working on a project where i'm utilising the gene2transcripts_v2 API to generate a BED file of GRCh38 MANE transcript exon coordinates for a list of genes.

I'm able to use the genomic_start and genomic_end coordinates within the exon structure results to achieve this, however, it would be good to have the ability to exclude UTR's and non-coding exons.

Describe the solution you'd like
Having coding sequence (cds) genomic start/end positions for each exon (where applicable) in the output, in addition to the existing genomic_start and genomic_end. (Equivalent to the CDS and exon values in refseq GTF file).

Describe alternatives you've considered
I'm able to retrieve this cds information from the NCBI refseq GTF file using a custom script but it would be nice to have in VariantValidator.

Additional context

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

No branches or pull requests

1 participant