sanitise {FELLA}R Documentation

ID sanitiser function

Description

Sanitise KEGG identifiers

Usage

sanitise(x, category, organism)

Arguments

x

Character vector, IDs to sanitise

category

Character, one of: "pathway", "module", "enzyme", "ncbi-gene", "reaction", "compound"

Value

Character vector, sanitised x

Examples

FELLA:::sanitise(c("path:hsa00010", "path:hsa00020"), "pathway", "hsa")


[Package FELLA version 1.4.1 Index]