GenomicMedLab / cool-seq-tool

https://coolseqtool.readthedocs.io
MIT License
4 stars 0 forks source link

`g_to_mane_c` should not return genomic representation #320

Closed korikuzma closed 1 month ago

korikuzma commented 1 month ago

Feature description

g_to_mane_c currently returns genomic representation if gene is not provided. This doesn't make sense given method name.

Use case

It is confusing when g_to_mane_c function name indicates "genomic representation to mane cDNA representation", but can also return genomic representation.

Proposed solution

Only return cDNA representation for g_to_mane_c

Alternatives considered

No response

Implementation details

No response

Potential Impact

No response

Additional context

No response

Contribution

Yes, I can create a PR for this feature.