We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9387c12 commit 13113f8Copy full SHA for 13113f8
R/helpers.R
@@ -1,4 +1,6 @@
1
-
+#' Sort a data table with genomic coordinates
2
+#' @param dt An object that is a data.table
3
+#' @param with_chr A boolean to indicate whether the chrom field has UCSC (TRUE) or NCBI (FALSE) format
4
#' @export
5
sort_genomic_dt <- function(dt, with_chr = F) {
6
if (with_chr) {
0 commit comments