get_features {ReporterScore}R Documentation

get features in a modulelist

Description

get features in a modulelist

Usage

get_features(map_id = "map00010", ko_stat = NULL, modulelist = NULL)

Arguments

map_id

map_id in modulelist

ko_stat

NULL or ko_stat result from pvalue2zs

modulelist

NULL or customized modulelist dataframe, must contain 'id','K_num','KOs','Description' columns. Take the 'KOlist' as example, use custom_modulelist.

Value

KOids, or data.frame with these KOids.

See Also

Other modulelist: custom_modulelist_from_org(), custom_modulelist()

Examples

get_features(map_id = "map00010")

[Package ReporterScore version 0.1.4 Index]