getTFclassFromEntrezgene {rTRM} | R Documentation |
Applies getTFclass sequentially to a vector of entrezgene identifiers.
getTFclassFromEntrezgene(x, subset = "Class", tfclass, dbname = NULL)
x |
vector of entrezgene identifiers. |
subset |
level in the ontology (subset in TFclass terminology. By default "Class") |
tfclass |
data.frame with tfclass data to pass to the recursive function. |
dbname |
SQLite file to use as database. |
Diego Diez