geneKO.maps {compiler} R Documentation

create a list that map gene id to KO id.

Description

Usage

geneKO.maps(data,
    KOcol = "KO",
    geneIDcol = "ID");

Arguments

data

any kind of dataframe dataset.

KOcol

the column name for get KO term id. [as string]

geneIDcol

the column name for get gene id. [as string]

env

[as Environment]

Details

Authors

vcellkit

Value

this function returns data object of type list.

clr value class

Examples


[Package compiler version 1.0.0.0 Index]