-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.4 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
Package: SignatureHeatmap
Type: Package
Title: Heatmap using signature gene list and RNA-seq expression data
Description: This package enables transcriptomic classification of
samples by generating a heatmap for a specific signature gene list.
There is currently three different
lists of genes available in the package: the original basal-like/classical
gene list for pancreatic ductal adenocarcinoma (PDAC) from Moffitt et
al. 2015; the updated basal-like/classical list from
Miyabayashi et al. 2020 and the basal-like/classical list from
Tiriac et al. 2018 that has been developed for pancreatic ductal
adenocarcinoma (PDAC) organoids.
Version: 0.0.4
Authors@R: c(
person("Astrid", "Deschênes", email="adeschen@hotmail.com",
role=c("aut", "cre"), comment = c(ORCID = "0000-0001-7846-6749")),
person("Daniel", "King", email="dking14@northwell.edu",
role=c("dtc")),
person(given="David A.", family="Tuveson", email="dtuveson@cshl.edu",
role=c("fnd"), comment = c(ORCID = "0000-0002-8017-2712")))
License: Artistic-2.0
Encoding: UTF-8
NeedsCompilation: no
VignetteBuilder: knitr
Depends: R (>= 4.0)
Imports: ComplexHeatmap,
som,
grid
Suggests: testthat,
knitr,
rmarkdown,
BiocStyle,
BugReports: https://github.com/adeschen/SignatureHeatmap/issues
URL: https://adeschen.github.io/SignatureHeatmap/
biocViews: Software, Sequencing
RoxygenNote: 7.1.2