-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·47 lines (47 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
Package: ARF
Title: ARF - Analysis of rRNA Fragments originating from Ribo-seq experiments
Version: 2.1
Authors@R: c(
person(given = "Ferhat",
family = "Alkan",
role = c("aut", "cre"),
email = "feralkan@gmail.com",
comment = c(ORCID = "0000-0001-6709-9605")),
person(given = c("Edwin","S"),
family = "Kwei-Baffour",
role = c("aut"),
email = "e.kyei@nki.nl",
comment = c(ORCID = "0000-0002-2370-0451")),
person(given = c("William","J"),
family = "Faller",
role = c("aut"),
email = "w.faller@nki.nl",
comment = c(ORCID = "0000-0002-0738-2254"))
)
Description: ARF is a platform that consists multiple methods for the analysis of rRNA fragments coming from Ribo-seq experiments. It contains the following methods; dripARF, dricARF. dripARF predicts which Ribosomal Proteins contribute the differential ribosomal hetegeneity, whereas dricARF predicts abundance change in ribosome collisions across samples. Bot predictions are performed by overlapping rRNA fragment data with the 3D structure of different ribosome conformations.
License: use_gpl3_license()
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
DESeq2 (>= 1.30.1),
bedr,
SummarizedExperiment,
matrixStats,
ggplot2,
ggrepel,
scales,
reshape2,
clusterProfiler,
enrichplot,
fgsea,
ComplexHeatmap,
grid,
tidyverse,
bio3d,
Biostrings,
msa,
cowplot
Depends:
R (>= 4.0)