Entering edit mode
Xi Zhao
▴
20
@xi-zhao-4245
Last seen 10.4 years ago
Dear list,
Im struggling retrieving the full list of the entrez geneIDs for each
of the enriched chromosome bands (obtained by "GOstats").
revmap(org.Hs.egCHR) doesnt give the entrezIDs for the sub-arms, only
for the whole arm:
mget(c("16", "1q"), revmap(org.Hs.egCHR), ifnotfound=NA) # Map
between Entrez Gene IDs and Chromosomes
$`1q`
[1] NA
revmap(org.Hs.egMAP) only gives a few genes locate on that
chromosome... (or did I do it wrong?)
mget(c("16", "1q"), revmap(org.Hs.egMAP), ifnotfound=NA) #
Map between Entrez Gene Identifiers and cytogenetic maps/bands
$`16`
[1] "8720"
$`1q`
[1] "4030" "7254" "100113374" "100302291"
"100313962"
Any suggestion / hint is appreciated!
Kindest regards,
Xi
[[alternative HTML version deleted]]