InferRegulator.Rd
Identify TFs from Gene Expression Reults.
InferRegulator( genes, control.genes, method = c("ChEA3", "BART2", "TFEA.ChIP"), species = c("Human", "Mouse"), projet.name = NULL, library = c("meanRank", "topRank", "GTEx", "ReMap", "Enrichr", "ENCODE", "ARCHS4", "Literature"), bart2.path = NULL, filter.threshold = NULL )
genes | Input genes, can be a set of differentially expressed genes. When |
---|---|
control.genes | Input genes of human, can be a set of non-differentially expressed genes.
Used when |
method | The method used to identify TFs, choose from "ChEA3", "BART2", "TFEA.ChIP". Default: "ChEA3". |
species | The species of input gene set. Choose from "Human" and "Mouse" when |
projet.name | The name of the project used as Query Name. Default: NULL (DEbPeak). |
library | The output library type, choose from "meanRank", "topRank", "GTEx", "ReMap",
"Enrichr", "ENCODE", "ARCHS4", "Literature". Used when |
bart2.path | BART2 path. Default: NULL (conduct automatic detection). |
filter.threshold | The threshold used to filter the results. When |
Dataframe contains identified TFs.
# library(DEbPeak) # InferRegulator(genes = c("SMAD9","FOXO1","MYC","STAT1",'STAT3',"SMAD3"), method = "ChEA3", species = "Human")