The goal of planttfhunter is to identify plant transcription factors from protein sequence data and classify them into families and subfamilies using the classification scheme implemented in PlantTFDB.
Get the latest stable R
release from
CRAN. Then install planttfhunter from
Bioconductor using the following code:
if (!requireNamespace("BiocManager", quietly = TRUE)) {
install.packages("BiocManager")
}
BiocManager::install("planttfhunter")
And the development version from GitHub with:
BiocManager::install("almeidasilvaf/planttfhunter")
Below is the citation output from using citation('planttfhunter')
in
R. Please run this yourself to check for any updates on how to cite
planttfhunter.
print(citation('planttfhunter'), bibtex = TRUE)
#>
#> To cite package 'planttfhunter' in publications use:
#>
#> Almeida-Silva F, Van de Peer Y (2022). _planttfhunter: Identification
#> and classification of plant transcription factors_. R package version
#> 0.99.0, <https://github.com/almeidasilvaf/planttfhunter>.
#>
#> A BibTeX entry for LaTeX users is
#>
#> @Manual{,
#> title = {planttfhunter: Identification and classification of plant transcription factors},
#> author = {FabrÃcio Almeida-Silva and Yves {Van de Peer}},
#> year = {2022},
#> note = {R package version 0.99.0},
#> url = {https://github.com/almeidasilvaf/planttfhunter},
#> }
Please note that the planttfhunter project was only made possible thanks to many other R and bioinformatics software authors, which are cited either in the vignettes and/or the paper(s) describing this package.
Please note that the planttfhunter project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
This package was developed using biocthis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.