Thanks! I got the same output as u showed above. As a newbie, would like to share that u will need the following libraries before u can execute the above R scripts.
library(devtools)
Then load the GenomeInfoDb
source('https://bioconductor.org/biocLite.R')
biocLite("GenomeInfoDb")
library(GenomeInfoDb)
biocLite('Bioconductor/GenomicDataCommons')
# if not installed the first time, then
biocLite('Bioconductor/GenomicDataCommons', 'force = TRUE')
# Check whether installed properly #
GenomicDataCommons::status()
library(GenomicDataCommons)
The the following 2 libraries
library(listviewer)
library(magrittr)
Then execute the above R script provided by Sean.
U can find more updated info on GenomicDataCommons from the URL below:
