-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.75 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: planttfhunter
Title: Identification and classification of plant transcription factors
Version: 0.99.2
Date: 2022-03-10
Authors@R:
c(
person(given = "Fabrício",
family = "Almeida-Silva",
role = c("aut", "cre"),
email = "fabricio_almeidasilva@hotmail.com",
comment = c(ORCID = "0000-0002-5314-2964")),
person(given = "Yves",
family = "Van de Peer",
role = "aut",
email = "yves.vandepeer@psb.vib-ugent.be",
comment = c(ORCID = "0000-0003-4327-3730"))
)
Description: 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.
License: GPL-3
URL: https://github.com/almeidasilvaf/planttfhunter
BugReports: https://support.bioconductor.org/t/planttfhunter
biocViews: Software,
Transcription,
FunctionalPrediction,
GenomeAnnotation,
FunctionalGenomics,
HiddenMarkovModel,
Sequencing,
Classification
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: HMMER <http://hmmer.org/>
Imports:
Biostrings,
SummarizedExperiment,
utils,
methods
Suggests:
BiocStyle,
covr,
sessioninfo,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 4.2.0)
LazyData: false