bitr()id转换不唯一,该如何处理呢? #548
Unanswered
JackChen2024
asked this question in
Q&A
Replies: 1 comment
-
I have run into this before, I usually just ignore it. As there were not that many genes that with the symbol but different Ensembl IDs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
老师您好!


在使用bitr()函数进行ensembl id与symbol之间的转换时,我遇到了这样一个问题:同一个id对应了多个symbol,并且其中一个symbol也对应有多个id。其中有一种对应方式是正确的。
举例如下:
(在本例中,除了图中所示的重复映射,另外两个对应关系是正确且唯一的)
由于我是一个本科阶段的初学者,我想请问一下这种现象是否是正常的呢?在数据处理中,我应该如何处理这种矛盾比较好呢?
Beta Was this translation helpful? Give feedback.
All reactions