View source: R/OmicSelector_correct_miRNA_names.R
OmicSelector_correct_miRNA_names | R Documentation |
Sometinmes, when using the dataset mapped to previous versions of miRbase we may get false mismatches due to changes in terminology. This function uses latest version of miRbase to correct all old miRNA names to new one.
OmicSelector_correct_miRNA_names(temp, species = "hsa", correct_dots = T)
temp |
Dataset with miRNA names in columns. |
correct_dots |
Boolean variable to correct the names after correction of dots to hyphens. This tries to compensate the effect of make.names() function. |
Corrected dataset.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.