acTFs: activated Transcription Factors

Description Usage Examples

Description

To identify differentially activated TFs by examing the changing of their target genes.

Usage

1
GETacTFS(DEGup,DEGdown,totalgenenum,FDRcutoff)

Examples

1
2
3
4
5
6
DEGup=c("EFCAB6","MAP2K6","GNPDA2")
DEGdown=c("LURAP1L","NPAP1","FGFR1")
result=GETacTFS(DEGup,DEGdown,totalgenenum=20250,FDRcutoff=0.05)
head(result$allTFs)
head(result$sigTFS)
head(result$sigTFsDEGnet)

FINCHmed/acTFs documentation built on Feb. 23, 2022, 12:03 a.m.