kegg_rm_prefix: Remove prefix from KEGG foreign database identifiers

kegg_rm_prefixR Documentation

Remove prefix from KEGG foreign database identifiers

Description

Remove prefix from KEGG foreign database identifiers

Usage

kegg_rm_prefix(data, ..., .to_names = TRUE)

Arguments

data

A data frame (tibble) with identifier column(s).

...

Columns where the prefixes should be removed, as a tidyselect selection. If empty, everything() is used to select all columns.

.to_names

Logical: if TRUE, the column names will be updated to reflect the removed prefixes.

Value

A data frame (tibble) with the prefixes removed.

Examples

kegg_rm_prefix(kegg_conv("ncbi-geneid", "hsa"))


saezlab/OmnipathR documentation built on June 10, 2025, 6:05 a.m.