Given a reference genome as a BSgenome object and some ranges on that reference, this function will return a vector of the same length as the granges object, with percent of Cs and Gs.
calcGCContentRef(query, refAssembly)A numeric vector or list of vectors with the GC percentage of the query regions.
if (FALSE) { # \dontrun{
refAssembly = 'hg19'
GCcontent = calcGCContentRef(vistaEnhancers, refAssembly)
} # }