Entering edit mode
julrodr80
▴
30
@julrodr80-11991
Last seen 7.1 years ago
I need to obtain the list of genes that overlap with a list of cnvs.
The result that I would like to obtain is similar to wich you can obtain using "splitByOverlap", but in my version of R this function is not found. I this example (A: Mapping genome regions to gene symbols) works fine, but not for me (I don't know why)
Is there another way to do the same??
thank you very much in advance
Best regards
What version of R/Bioconductor are you using? Start R, load GenomicRanges and then do
sessionInfo()
and copy/paste the output.
thank you very much for your answer. The solution was this
solved!! thanks!!