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

Add parameter to ensure mapping is only performed on canonical transcript #125

Open
jorainer opened this issue Dec 21, 2021 · 1 comment

Comments

@jorainer
Copy link
Owner

Related to issue #123, add a parameter canonical to proteinToGenome or proteinToTranscript to perform the coordinate conversion only using the canonical transcript.

@jorainer
Copy link
Owner Author

Thinking it over - maybe an even easier solution would be to simply pre-filter the whole database before with

edb <- filter(edb, filter = ~ tx_is_canonical == 1)

and then do the conversion - that way we will use only the canonical transcripts - no need for an additional parameter. Only thing is to document that properly.

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