# NOT RUN {
if(require(RMySQL)) {
ucsc <- db_ucsc('hg38')
# fetch the `refGene` tbl
tbl(ucsc, "refGene")
# the `chromInfo` tbls have size information
tbl(ucsc, "chromInfo")
}
# }
# NOT RUN {
# }
# NOT RUN {
if(require(RMySQL)) {
# squirrel genome
ensembl <- db_ensembl('spermophilus_tridecemlineatus_core_67_2')
tbl(ensembl, "gene")
}
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab