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.
Installation instructions
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")
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.
Code of Conduct
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.
planttfhunter
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.
Installation instructions
Get the latest stable
Rrelease from CRAN. Then install planttfhunter from Bioconductor using the following code:And the development version from GitHub with:
Citation
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.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.
Code of Conduct
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.
Development tools
This package was developed using biocthis.