detectGeneFamily {ShotgunFunctionalizeR}R Documentation

Detects gene family

Description

Detect the family type from a vector of gene family accession numbers.

Usage

detectGeneFamily(gene.families)

Arguments

gene.families character of family names

Value

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.

See Also

readGeneFamilies, getAnnotation

Examples

detectGeneFamily(c("COG0001", "COG0002"))

[Package ShotgunFunctionalizeR version 1.0-2 Index]