Description Usage Arguments Value Examples
This is a function for internal use in the package, it handles the standardize process of chromosome notation within the other functions.
1 | chr_uniform(DT_in)
|
DT_in, |
a |
the same data.table
in input with the "chr" uniformed to the
notation "1", "2", ... , "23", "24" for the chromosomes 1:22, X and Y
1 2 3 | DT <- data.table::data.table(chr= c("chr1", "chrX", "chr20"))
DT <- chr_uniform(DT)
DT
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.