-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
87 lines (87 loc) · 2.29 KB
/
DESCRIPTION
File metadata and controls
87 lines (87 loc) · 2.29 KB
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Package: copykit
Title: CopyKit
URL: https://github.com/navinlabcode/copykit
BugReports: https://github.com/navinlabcode/copykit/issues
Version: 0.1.3
Authors@R: c(
person(given = "Darlan",
family = "Conterno Minussi",
role = c("aut", "cre"),
email = "dcminussi@mdanderson.org",
comment = c(ORCID = "0000-0001-8856-4625")),
person(given = "Junke",
family = "Wang",
role = c("ctb"),
email = "JWang48@mdanderson.org",
comment = c(ORCID = "0000-0002-3733-5192")),
person(given = "Yun",
family = "Yan",
role = c("ctb"),
email = "yun.yan@uth.tmc.edu",
comment = c(ORCID = "0000-0002-3701-9608")) )
Description: A suite of tools for single cell copy number analysis
focusing on reads binning, segmentation, normalization,
filtering, analysis, and visualization. CopyKit extends Bioconductors’
SingleCellExperiment class for the analysis of copy number datasets.
We divide CopyKit functions into four modules: 1) Pre-processing,
2) Quality Control, 3) Data Analysis, and 4) Visualization. CopyKit
can be applied to a broad applications for studying diverse areas of
cancer biology, including intratumor heterogeneity, premalignant
progression, and metastasis.
License: AGPL (>= 3) + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests:
testthat,
spelling,
knitr,
rmarkdown,
stringr
Language: en-US
biocViews: Software, SingleCell, DNASeq, Sequencing,
Visualization, Normalization, Clustering,
ImmunoOncology, DataImport, CellBiology, QualityControl
Imports:
dplyr,
uwot,
ggplot2,
grDevices,
magrittr,
SummarizedExperiment,
ComplexHeatmap,
fastcluster,
amap,
ape,
S4Vectors,
scales,
shiny,
miniUI,
tidyr,
igraph (>= 1.2.8),
BiocGenerics,
grid,
ggbeeswarm,
dbscan,
mixtools,
stats,
gtools,
forcats,
circlize,
BiocParallel,
fpc,
ggnewscale,
ggalluvial,
viridis,
ggtree,
methods,
withr,
bluster,
scquantum
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Depends:
SingleCellExperiment,
R (>= 4.0.0),
Rsubread,
GenomicRanges,
DNAcopy