Entering edit mode
Guest User
★
13k
@guest-user-4897
Last seen 10.3 years ago
The query to org.Hs.eg.db is very slow.
I submit the following query,
cols=cols(org.Hs.eg.db)
gns="BRCA1"
BRCA1.info=select(org.Hs.eg.db, cols=cols, keys=gns, keytype="SYMBOL")
It takes forever to wait for the result.
Anyone knows why and please help me.
Thank you.
-- output of sessionInfo():
(no result yet)
--
Sent via the guest posting facility at bioconductor.org.