View source: R/02_classification.R
classify_tfs | R Documentation |
Identify TFs and classify them in families
classify_tfs(domain_annotation = NULL)
domain_annotation |
A 2-column data frame with the gene ID in the first column and the domain ID in the second column. |
A 2-column data frame with the variables Gene and Family representing gene ID and TF family, respectively.
data(gsu_annotation)
domain_annotation <- gsu_annotation
families <- classify_tfs(domain_annotation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.