-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.13 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
Package: tRNAdbImport
Title: Importing from tRNAdb and mitotRNAdb as GRanges objects
Version: 1.21.1
Date: 2024-01-13
Authors@R: person("Felix G.M.",
"Ernst",
email = "felix.gm.ernst@outlook.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5064-0928"))
Description: tRNAdbImport imports the entries of the tRNAdb and mtRNAdb
(http://trna.bioinf.uni-leipzig.de) as GRanges object.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: false
biocViews:
Software,
Visualization,
DataImport
Depends:
R (>= 3.6),
GenomicRanges,
Modstrings,
Structstrings,
tRNA
Imports:
Biostrings,
stringr,
httr2,
xml2,
S4Vectors,
methods,
IRanges,
utils
Suggests:
BiocGenerics,
knitr,
rmarkdown,
testthat,
httptest,
BiocStyle,
rtracklayer
Collate:
'tRNAdbImport.R'
'AllGenerics.R'
'tRNAdbImport-checks.R'
'tRNAdbImport-import.R'
'tRNAdbImport-open.R'
'utils.R'
VignetteBuilder: knitr
RoxygenNote: 7.2.3
BugReports: https://github.com/FelixErnst/tRNAdbImport/issues