View source: R/granges_conversion.R
GRanges2df | R Documentation |
Wrapper for as.data.frame().
GRanges2df(granges)
granges |
GenomicRanges::GRanges object |
Data frame.
geno.granges = finemap("chr1",
start = 5000000, end = 6000000,
strain1 = c("C57BL_6J"), strain2 = c("AKR_J", "A_J", "BALB_cJ"),
return_obj = "granges"
)
geno = GRanges2df(geno.granges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.