-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Identifier mapping to Ensembl identifiers #15
Comments
Hi @mkutmon, which function are you trying to use? Could you provide a quick reproducible example? |
I have a list of human Ensembl identifiers and would like to get the mouse Ensembl identifiers back.
Currently, this method results in a new column "ortholog_gene" which is the mouse gene name. I would like to have the Ensembl identifier for mouse (ENSMUSG...). Is that possible? |
I can try and infer your use case from the above code snippet, but I'm afraid the above is not a reproducible example (i.e. i can copy and paste the code into R and it will reproduce the problem). You can read about how to make a reprex here. For future bug reports I've added an Issues template to guide users. I've attached the template for you to use here as well. |
I tried to figure out how I can change the output to Ensembl identifiers instead of gene symbols.
I tried adding the argument "numeric_ns="ENSG" but that didn't help.
Do you have a hint on how I can achieve that?
The text was updated successfully, but these errors were encountered: