Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-26 Thread Aaron Lun
e > this issue. > -- > *From:* Bioc-devel on behalf of Pages, > Herve > *Sent:* Thursday, April 25, 2019 9:19:35 PM > *To:* Aaron Lun; Vincent Carey > *Cc:* Bioc-devel; jmac...@u.washington.edu > *Subject:* Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db >

Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-26 Thread Van Twisk, Daniel
ut asap. From: Bioc-devel <mailto:bioc-devel-boun...@r-project.org> on behalf of James W. MacDonald <mailto:jmac...@uw.edu> Sent: Tuesday, April 23, 2019 11:03:02 AM To: Aaron Lun Cc: Bioc-devel Subject: Re: [Bioc-devel] Weird monkey identifiers in or

Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-25 Thread Pages, Herve
-devel <mailto:bioc-devel-boun...@r-project.org> on behalf of James W. MacDonald <mailto:jmac...@uw.edu> Sent: Tuesday, April 23, 2019 11:03:02 AM To: Aaron Lun Cc: Bioc-devel Subject: Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db Looks like the ensembl table of the human.d

Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-25 Thread Aaron Lun
_ >> From: Bioc-devel on behalf of James >> W. MacDonald >> Sent: Tuesday, April 23, 2019 11:03:02 AM >> To: Aaron Lun >> Cc: Bioc-devel >> Subject: Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db >> >> Looks like the ensembl table of the

Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-25 Thread Vincent Carey
entifying this issue and I will try to have some fixes out asap. > > > From: Bioc-devel on behalf of James W. > MacDonald > Sent: Tuesday, April 23, 2019 11:03:02 AM > To: Aaron Lun > Cc: Bioc-devel > Subject: Re: [Bioc-devel] Weird monke

Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-23 Thread Van Twisk, Daniel
onald Sent: Tuesday, April 23, 2019 11:03:02 AM To: Aaron Lun Cc: Bioc-devel Subject: Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db Looks like the ensembl table of the human.db0 package got polluted with *Pan troglodytes* genes: > con <- dbConnect(SQLite(), "/R-devel/lib64/R/l

Re: [Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-23 Thread James W. MacDonald
Looks like the ensembl table of the human.db0 package got polluted with *Pan troglodytes* genes: > con <- dbConnect(SQLite(), "/R-devel/lib64/R/library/human.db0/extdata/chipsrc_human.sqlite") > dbGetQuery(con, "select count(*) from ensembl where ensid like 'ENSPTR%';") count(*) 116207 > dbG

[Bioc-devel] Weird monkey identifiers in org.Hs.eg.db

2019-04-22 Thread Aaron Lun
Playing around with org.Hs.eg.db 3.8.0. What on earth is ENSPTRG...? > library(org.Hs.eg.db) > mapIds(org.Hs.eg.db, key="GCG", keytype="SYMBOL", column="ENSEMBL") 'select()' returned 1:many mapping between keys and columns GCG "ENSPTRG777" Well, at least it still rec