getTFclassFromEntrezgene {rTRM}R Documentation

Applies getTFclass sequentially to a vector of entrezgene identifiers.

Description

Applies getTFclass sequentially to a vector of entrezgene identifiers.

Usage

getTFclassFromEntrezgene(x, subset = "Class", tfclass, dbname = NULL)

Arguments

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.

Author(s)

Diego Diez


[Package rTRM version 1.22.0 Index]