-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.46 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
Package: RNAmodR.RiboMethSeq
Type: Package
Title: Detection of 2'-O methylations by RiboMethSeq
Version: 1.5.1
Date: 2021-01-12
Authors@R: c(person("Felix G.M.",
"Ernst",
email = "felix.gm.ernst@outlook.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5064-0928")),
person("Denis L.J.",
"Lafontaine",
email = "denis.lafontaine@ulb.ac.be",
role = c("ctb", "fnd")))
Description: RNAmodR.RiboMethSeq implements the detection of 2'-O methylations
on RNA from experimental data generated with the RiboMethSeq 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,
BiocGenerics,
IRanges,
GenomicRanges,
Gviz
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat,
rtracklayer,
RNAmodR.Data
Collate:
'RNAmodR.RiboMethSeq.R'
'Modifier-RiboMethSeq-class.R'
'Modifier-RiboMethSeq-viz.R'
VignetteBuilder: knitr
RoxygenNote: 7.1.1
BugReports: https://github.com/FelixErnst/RNAmodR.RiboMethSeq/issues
URL: https://github.com/FelixErnst/RNAmodR.RiboMethSeq