Bioc2026 Registration Open!

planttfhunter

Identification and classification of plant transcription factors

Bioconductor version: 3.23 · Package version: 1.12.0

planttfhunter is used to identify plant transcription factors (TFs) from protein sequence data and classify them into families and subfamilies using the classification scheme implemented in PlantTFDB. TFs are identified using pre-built hidden Markov model profiles for DNA-binding domains. Then, auxiliary and forbidden domains are used with DNA-binding domains to classify TFs into families and subfamilies (when applicable). Currently, TFs can be classified in 58 different TF families/subfamilies.

Installation

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

BiocManager::install("planttfhunter")

Details

MaintainerFabrício Almeida-Silva <fabricio_almeidasilva@hotmail.com>
AuthorFabrício Almeida-Silva [aut, cre] (ORCID: <https://orcid.org/0000-0002-5314-2964>), Yves Van de Peer [aut] (ORCID: <https://orcid.org/0000-0003-4327-3730>)
LicenseGPL-3
URLhttps://github.com/almeidasilvaf/planttfhunter
Bug Reportshttps://support.bioconductor.org/t/planttfhunter
System RequirementsHMMER <http://hmmer.org/>
Downloads rank203
Source branchRELEASE_3_23
biocViewsClassification, FunctionalGenomics, FunctionalPrediction, GenomeAnnotation, HiddenMarkovModel, Sequencing, Software, Transcription

Documentation

Download

Dependencies

Depends: R (>= 4.2.0)

Imports: Biostrings, SummarizedExperiment, utils, methods

Suggests: BiocStyle, covr, sessioninfo, knitr, rmarkdown, testthat (>= 3.0.0)