as.bedtorch_table | R Documentation |
GenomicRanges
or a data.frame
BED to standard data.table
BEDConvert a GenomicRanges
or a data.frame
BED to standard data.table
BED
as.bedtorch_table(x, genome = NULL)
x |
An input. Must be either |
genome |
Genome name, e.g. GRCh37, etc. |
data.table
converted from x
.
gr <- read_bed(system.file("extdata", "example_merge.bed", package = "bedtorch"), use_gr = TRUE, genome = "hs37-1kg") as.bedtorch_table(gr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.