getGeneRegulation: getGeneRegulation

Description Usage Arguments Examples

View source: R/getGeneRegulation.R

Description

This function gives the regulators of input genes and whether their effect is possitive or negative

Usage

1
getGeneRegulation(database, genes, format)

Arguments

database

RSQLite object imported previously to R

genes

genes of interest

format

onerow, multirow, table

Examples

1
2
3
regulon <- importDB("~/Documents/regulondb_sqlite3.db")
getRegulatedGenesByTF(regulon, "Ara")
 dbDisconnect(regulon)

josschavezf/regulonDB documentation built on Aug. 14, 2019, 4:43 a.m.