Entering edit mode
Kay Jaja
▴
90
@kay-jaja-3481
Last seen 10.2 years ago
Does any one know where i can find org.Hs.egCHRLOCEND
to find the end base pair position for a gene. I have downloaded
org.Hs.eg.db package and org.Hs.egCHRLOCEND is not there.
I have tried the following example
Library(org.Hs.eg.db)
> glist
[1] "CRIPAK" "CAND2" "STK25"
> mget(eglist, org.Hs.egCHR)
$`285464`
[1] "4"
$`23066`
[1] "3"
$`10494`
[1] "2"
Find the start position:
> mget(eglist, org.Hs.egCHRLOC)
$`285464`
4
1375339
$`23066`
3
12813170
$`10494`
2
-242083104
And the end positions I get an error
> mget(eglist, org.Hs.egCHRLOCEND)
Error: object "org.Hs.egCHRLOCEND" not found
Error in mget(eglist, org.Hs.egCHRLOCEND) :
error in evaluating the argument 'envir' in selecting a method for
function 'mget'
Thanks for your help
[[alternative HTML version deleted]]