to_granges | R Documentation |
GRanges
Convert a data.table to GRanges.
to_granges(
sumstats_dt,
seqnames.field = "CHR",
start.field = "BP",
end.field = "BP",
style = c("NCBI", "UCSC")
)
sumstats_dt |
data table obj of the summary statistics file for the GWAS. |
seqnames.field |
A character vector of recognized names for the column in |
start.field |
A character vector of recognized names for the column in |
end.field |
A character vector of recognized names for the column in |
style |
|
GRanges
object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.