data.frame that defines genomic regions to object of type GRanges.
data.frame2GRanges(dframe, ids = rownames(dframe), chrom.column = "chromosome", start.column = "start", end.column = "end", strand.column = NULL, assembly = "hg19", sort.result = TRUE)character vector, or NULL if no names are present.NULL if this region set is not strand-specific.rnb.get.assemblies for the list of supported
genomes.GRanges object encapsulating all well defined regions on supported chromosomes, contained in
dframe. Columns other that the ones listed as parameters in this function are included as metadata.