-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.23 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
Package: tRNAscanImport
Title: Importing a tRNAscan-SE result file as GRanges object
Version: 1.23.0
Date: 2020-07-18
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: The package imports the result of tRNAscan-SE as a GRanges object.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: false
Depends:
R (>= 3.5),
GenomicRanges,
tRNA
Imports:
methods,
stringr,
BiocGenerics,
Biostrings,
Structstrings,
S4Vectors,
IRanges,
XVector,
GenomeInfoDb,
rtracklayer,
BSgenome,
Rsamtools
Collate:
'tRNAscanImport.R'
'AllGenerics.R'
'tRNAscanImport-checks.R'
'tRNAscanImport-genome.R'
'tRNAscanImport-import.R'
'utils.R'
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
ggplot2,
BSgenome.Scerevisiae.UCSC.sacCer3
RoxygenNote: 7.1.1
VignetteBuilder: knitr
biocViews:
Software,
DataImport,
WorkflowStep,
Preprocessing,
Visualization
BugReports: https://github.com/FelixErnst/tRNAscanImport/issues
URL: https://github.com/FelixErnst/tRNAscanImport