| as.GenomicRanges | R Documentation |
data.frame representation to GenomicRanges representationConvert a data.frame representation to GenomicRanges representation
as.GenomicRanges(x, genome = NULL)
x |
An input |
GenomicRanges converted from x.
dt <- read_bed(system.file("extdata", "example_merge.bed", package = "bedtorch"),
use_gr = FALSE, genome = "hs37-1kg")
as.GenomicRanges(dt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.