forked from lizamathews/CAISC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.02 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
Package: CAISC
Title: Clonal Architecture with Integration of SNV and CNV
Version: 1.0.0
Authors@R:c(
person(given = "Liza", family = "Mathews", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-9977-7631")),
person(given = "Jeerthi", family = "Kannan", role = "aut", email = "[email protected]"),
person(given = "Shouguo", family = "Gao", role = "aut", email = "[email protected]"))
Description: This package implements a new subclone detection algorithm that integrates SNV and CNV data in order to obtain more robsust clustering results.
Depends: R (>= 4.1.0)
biocViews:
License: `use_mit_license()`, `use_gpl3_license()` or friends to
pick a license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table,
dplyr,
dendextend,
TailRank,
phyclust,
colorspace,
infercnv (== 1.6.0),
InteractiveComplexHeatmap,
leiden,
leidenAlg,
gtools,
igraph
Remotes:
broadinstitute/inferCNV