从 Gene Symbol 获取 SwissProt ID,反之亦然
我是 Bioconductor 的新手,正在尝试找到合适的软件包来完成我想做的事情..即提供 SwissProt ID 并提供基因符号,反之亦然。
有很多包裹,我不知道我想要哪一个,有人能快速回答吗?
I'm new to Bioconductor and trying to find the right package to be able to do what I want to..which is give a SwissProt ID and give me the Gene Symbol or vice versa.
There's a lot of packages and I don't know which one I want, anyone have a quick answer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以采取的一种方法是使用有机体包:
假设我的基因符号就像此处键中的符号:
那么您可以仅使用 select() 方法(这适用于 R-2.14 及更高版本)。
希望这有帮助!
One approach you can take is to use the organism packages this:
Suppose my gene symbols are like the ones in keys here:
Then you can just use the select() method (this works for R-2.14 and higher).
Hope this helps!