View source: R/sort_coords_datatable.R
sort_coords_datatable | R Documentation |
Sort summary statistics table by genomic coordinates using a fast
data.table
-native strategy
sort_coords_datatable(
sumstats_dt,
chr_col = "CHR",
start_col = "BP",
end_col = start_col
)
sumstats_dt |
data.table obj of the summary statistics file for the GWAS. |
chr_col |
Chromosome column name. |
start_col |
Genomic end position column name. |
Sorted sumstats_dt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.