pad_single_digit | R Documentation |
0
to single-digit gene-level designationpad_single_digit()
takes a gene name and ensures that any single-digit
number following a sequence of letters is padded with a leading zero.
This is to match the Adaptive format.
pad_single_digit(gene_str)
gene_str |
A string, the gene name. |
A string, the updated gene name.
pad_single_digit("TCRBV1-2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.