get_features function

get features in a modulelist

get features in a modulelist

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.

Returns

KOids, or data.frame with these KOids.

Examples

get_features(map_id = "map00010")

See Also

Other modulelist: custom_modulelist_from_org(), custom_modulelist()