-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.31 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
Package: rRMSAnalyzer
Type: Package
Title: Package to Analyze RiboMethSeq Data
Version: 2.0.1
Authors@R: c(
person("Théo","Combe", email="[email protected]", role=c("aut","cre")),
person("Hermes","Paraqindes", role="aut"),
person("Janice","Kielbassa", role="aut"),
person("Virginie","Marcel", role="aut"),
person("Émilie","Thomas", role="aut"),
person("Anthony","Ferrari", role="aut"),
person("Fondation Synergie Lyon Cancer", role="fnd"),
person("INCA", role="fnd"),
person("SIRIC program", role="fnd"),
person("LabEX program", role="fnd"),
person("Ligue Nationale Contre le Cancer", role="fnd"),
person("Centre de Recherche en Cancérologie de Lyon", role="cph"))
Description: A set of easy-to-use functions to analyze end read count data of RiboMethSeq (RNA 2'Ome).
License: GPL (>= 3)
URL: https://github.com/RibosomeCRCL/rRMSAnalyzer,
https://ribosomecrcl.github.io/rRMSAnalyzer/
BugReports: https://github.com/RibosomeCRCL/rRMSAnalyzer/issues
Depends: R (>= 3.5.0)
Imports: dplyr, tidyr, rlang, cli, sva, factoextra, ade4, ggplot2, ComplexHeatmap, colorRamp2, reshape2, scales
LazyData: FALSE
biocViews:
RoxygenNote: 7.2.3
NeedsCompilation: no
Encoding: UTF-8
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3