-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.14 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
Package: LSUx
Title: Cut rDNA Sequences Into Domains Using Covariance Models
Version: 0.99.8
Authors@R:
person(given = "Brendan",
family = "Furneaux",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3522-7363"))
Description: LSUx is a tool to extract domains from rDNA using covariance models
as implemented in the Infernal package.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
magrittr,
assertthat,
Biostrings,
ShortRead,
dplyr,
futile.logger,
inferrnal (>= 0.99.8),
IRanges,
methods,
purrr,
rlang,
stats,
stringr,
stringi,
tibble,
tidyr,
tidyselect
Suggests:
rITSx (>= 0.0.5),
knitr,
rmarkdown,
covr,
testthat (>= 2.1.0)
RoxygenNote: 7.3.2
biocViews:
SequenceMatching,
ThirdPartyClient,
Metagenomics,
HiddenMarkovModel,
DNASeq,
RNASeq,
Annotation,
Alignment,
MultipleSequenceAlignment
VignetteBuilder: knitr
Remotes:
brendanf/inferrnal,
brendanf/rITSx
Depends:
R (>= 4.1)
Roxygen: list(markdown = TRUE)