getCategory {ShotgunFunctionalizeR} | R Documentation |
Given a name of a type of gene familiy category (e.g. KEGG) and a gene family type,
getCategory
return the available gene family
categories. This function is used internally in the
ShotgunFunctionalizeR package.
getCategory(category, type)
category |
type of gene family category |
type |
type of gene family |
getCategory
returns a list of gene family categories if successful.
checkFamilyType
, detectGeneFamily
,
getSupportedFamilies
,
cats<-getCategory("kegg", "EC") cats[[1]]