Crandore Hub

TFactSR

Enrichment Approach to Predict Which Transcription Factors are Regulated

R implementation of 'TFactS' to predict which are the transcription factors (TFs), regulated in a biological condition based on lists of differentially expressed genes (DEGs) obtained from transcriptome experiments. This package is based on the 'TFactS' concept by Essaghir et al. (2010) <doi:10.1093/nar/gkq149> and expands it. It allows users to perform 'TFactS'-like enrichment approach. The package can import and use the original catalogue file from the 'TFactS' as well as users' defined catalogues of interest that are not supported by 'TFactS' (e.g., Arabidopsis).

README

# TFactSR

# Installation
--------------
```R
install.packages("devtools")

if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("qvalue")

devtools::install_github("afukushima/TFactSR", build_vignettes = TRUE)
```

# Tutorial
--------------
```{R}
browseVignettes("TFactSR")
```

or see https://afukushima.github.io/TFactSR/

Versions across snapshots

VersionRepositoryFileSize
0.99.0 rolling linux/jammy R-4.5 TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 rolling linux/noble R-4.5 TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 rolling source/ R- TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 latest linux/jammy R-4.5 TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 latest linux/noble R-4.5 TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 latest source/ R- TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 2026-04-26 source/ R- TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 2026-04-23 source/ R- TFactSR_0.99.0.tar.gz 418.0 KiB
0.99.0 2025-04-20 source/ R- TFactSR_0.99.0.tar.gz 418.0 KiB

Dependencies (latest)

Imports

Suggests