Identify TFs and classify them in families
Arguments
- domain_annotation
A 2-column data frame with the gene ID in the first column and the domain ID in the second column.
Value
A 2-column data frame with the variables Gene
and Family representing gene ID and TF family, respectively.
Examples
data(gsu_annotation)
domain_annotation <- gsu_annotation
families <- classify_tfs(domain_annotation)