classify_tfs: Identify TFs and classify them in families

View source: R/02_classification.R

classify_tfsR Documentation

Identify TFs and classify them in families

Description

Identify TFs and classify them in families

Usage

classify_tfs(domain_annotation = NULL)

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)

almeidasilvaf/tfhunter documentation built on March 19, 2023, 8:53 p.m.