detectGeneFamily {ShotgunFunctionalizeR} | R Documentation |
Detect the family type from a vector of gene family accession numbers.
detectGeneFamily(gene.families)
gene.families |
character of family names |
detectGeneFamily
returns a string describing the type of gene
families in the input vector. If no known gene famility type is valid for
more than half of the elements, NULL is returned.
readGeneFamilies
, getAnnotation
detectGeneFamily(c("COG0001", "COG0002"))