Entering edit mode
Hi,
Why does Rkeys gives all of the gene symbols, not just the first 6 ?
> head(names(geneTranscripts)) # Entrez IDs.
[1] "1" "10" "100" "1000" "10000"
"100008586"
> length(org.Hs.egSYMBOL[head(names(geneTranscripts))])
[1] 6
> length(Rkeys(org.Hs.egSYMBOL[head(names(geneTranscripts))]))
[1] 42075
GenomicFeatures_1.10.0 AnnotationDbi_1.20.2
--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia