-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
68 lines (68 loc) · 1.56 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Package: RNAsum
Title: A Robust Tool for Performing Transcriptome Profiling on Cancer Data
Version: 2.0.0
Authors@R:
c(person(given = "Sehrish",
family = "Kanwal",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5044-4692")),
person(given = "Jacek",
family = "Marzec",
role = c("aut"),
email = "[email protected]"))
Description: RNA-seq reporting workflow designed to post-process,
summarise and visualise an output from bcbio-nextgen RNA-seq or Dragen
RNA pipelines. Its main application is to complement genome-based
findings and provide additional evidence for detected alterations.
URL: https://umccr.github.io/RNAsum/, https://github.com/umccr/RNAsum
License: MIT + file LICENSE
Depends:
R (>= 4.1.0)
Remotes:
umccr/RNAsum.data
Imports:
assertthat,
conflicted,
dplyr,
DT,
EDASeq,
edgeR,
fs,
ggforce,
ggplot2,
glue,
htmltools,
htmlwidgets,
knitr,
limma,
manhattanly,
matrixStats,
optparse,
pdftools,
png,
plotly,
preprocessCore,
purrr,
ragg,
RCircos,
readr,
rlang,
rmarkdown,
RNAsum.data,
scales,
sessioninfo,
stats,
stringr,
tibble,
tidyr,
tximport
Suggests:
here,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE,
roclets = c("namespace", "rd", "roxytest::testthat_roclet"))
RoxygenNote: 7.3.1
LazyData: true