-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.51 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
Package: RNAmodR.AlkAnilineSeq
Type: Package
Title: Detection of m7G, m3C and D modification by AlkAnilineSeq
Version: 1.5.1
Date: 2021-01-12
Authors@R: c(person("Felix G.M.",
"Ernst",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5064-0928")),
person("Denis L.J.",
"Lafontaine",
email = "[email protected]",
role = c("ctb", "fnd")))
Description: RNAmodR.AlkAnilineSeq implements the detection of m7G, m3C and D
modifications on RNA from experimental data generated with the
AlkAnilineSeq protocol. The package builds on the core functionality of the
RNAmodR package to detect specific patterns of the modifications in high
throughput sequencing data.
biocViews:
Software, WorkflowStep, Visualization, Sequencing
License: Artistic-2.0
Encoding: UTF-8
LazyData: false
Depends:
R (>= 4.0),
RNAmodR (>= 1.5.3)
Imports:
methods,
S4Vectors,
IRanges,
BiocGenerics,
GenomicRanges,
Gviz
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
rtracklayer,
Biostrings,
RNAmodR.Data
Collate:
'RNAmodR.AlkAnilineSeq.R'
'Modifier-AlkAnilineSeq-class.R'
'Modifier-AlkAnilineSeq-viz.R'
VignetteBuilder: knitr
RoxygenNote: 7.1.1
BugReports: https://github.com/FelixErnst/RNAmodR.AlkAnilineSeq/issues
URL: https://github.com/FelixErnst/RNAmodR.AlkAnilineSeq