kegg_rm_prefix | R Documentation |
Remove prefix from KEGG foreign database identifiers
kegg_rm_prefix(data, ..., .to_names = TRUE)
data |
A data frame (tibble) with identifier column(s). |
... |
Columns where the prefixes should be removed, as a tidyselect
selection. If empty, |
.to_names |
Logical: if |
A data frame (tibble) with the prefixes removed.
kegg_rm_prefix(kegg_conv("ncbi-geneid", "hsa"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.