jorainer / ensembldb

This is the ensembldb development repository.
https://jorainer.github.io/ensembldb
33 stars 10 forks source link

Add a proteinToTranscript function #58

Closed jorainer closed 6 years ago

jorainer commented 6 years ago

Add a function that maps within protein regions to the encoding region within the transcript's CDS.

jorainer commented 6 years ago

Have to ensure that the result object makes sense. Input is an IRanges, result will be an IRangesList, because each IRanges/protein might in principle be mapped to more than one transcript (if Uniprot IDs are provided).

jorainer commented 6 years ago

Done