-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
37 lines (37 loc) · 987 Bytes
/
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
Package: RNAseqCNV
Title: A package for CNV analysis from RNA-seq data in B-cell acute lymphoblastic leukaemia
Version: 1.2.2
Authors@R:
c(person(given = "Jan",
family = "Barinka",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Zhaohui",
family = "Gu",
role = c("aut"),
email = "[email protected]"),
person(given = "Charles",
family = "Mullighan",
role = c("ctb"),
email = "[email protected]"))
Description: This package was created in order to enable analysis of copy number alterations from RNA-seq data in B-cell acute lymphoblastic leukaemia, where such alteretions are frequent.
License:
Encoding: UTF-8
LazyData: true
biocViews:
Imports:
shiny,
tidyr,
dplyr,
magrittr,
ggplot2,
stringr,
data.table,
scales,
ggpubr,
randomForest,
shinyFiles,
DESeq2
RoxygenNote: 7.1.1
Depends:
R (>= 2.10)