format_chr | R Documentation |
Transform 1 to 22, X, Y and MT into chr1 to chr22, chrX, chrY and chMT. Regex needed because some chr are named CHR17_... and we do not want chrCHR17
format_chr(chr)
chr |
a vector of chromosome names |
the formatted vector of chromosome names (eg: "chr1" instead of "1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.