sort_coords | R Documentation |
Sort summary statistics table by genomic coordinates.
sort_coords(
sumstats_dt,
sort_coordinates = TRUE,
sort_method = c("data.table", "GenomicRanges")
)
sumstats_dt |
data.table obj of the summary statistics file for the GWAS. |
sort_method |
Method to sort coordinates by:
|
sort_coords |
Whether to sort by coordinates. |
Sorted sumstats_dt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.