View source: R/sort_coordinates_datatable.R
sort_coordinates_datatable | R Documentation |
Support function for sort_coordinates.
sort_coordinates_datatable(
target_path,
chrom_col,
start_col,
end_col = start_col,
outputs = c("command", "path", "data"),
skip = "__auto__",
save_path = NULL,
verbose = TRUE
)
target_path |
Path to full GWAS/QTL summary statistics file. |
chrom_col |
Name of the chromosome column
in the |
start_col |
Name of the genomic start position column
in the |
end_col |
Name of the genomic end position column
in the |
outputs |
|
save_path |
File to save the results to. |
verbose |
Print messages. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.