gene2ko function

Transfer gene symbol table to KO table

Transfer gene symbol table to KO table

You can use clusterProfiler::bitr() to transfer your table from other gene_id to gene_symbol.

gene2ko(genedf, org = "hsa")

Arguments

Returns

kodf

Examples

data("genedf") KOdf <- gene2ko(genedf, org = "hsa")