forked from AllenInstitute/scrattch.hicat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.39 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
Package: scrattch.hicat
Title: Hierarchical Iterative Clustering Analysis for Transcriptomic data
Version: 1.0.0
Authors@R: c(person("Zizhen", "Yao", email = "zizheny@alleninstitute.org", role = c("aut")),
person("Lucas", "Graybuck", email = "lucasg@alleninstitute.org", role = c("aut", "cre")),
person("Trygve", "Bakken", email = "trygveb@alleninstitute.org", role = c("aut")),
person("Cindy", "van Velthoven", email = "cindy.vanvelthoven@alleninstitute.org", role = c("aut")),
person("Jeremy", "Miller", email = "jeremym@alleninstitute.org", role = c("aut")),
person("Adriana","Sedeno-Cortes", email ="adrianas@alleninstitute.org", role = c("aut")),
person("Changkyu","Lee", email="Changkyul@alleninstitute.org", role = c("aut")),
person("Lawrence","Huang", email="lawrenceh@alleninstitute.org", role = c("aut")),
person("Saroja","Somasundaram", email="sarojas@alleninstitute.org", role = c("aut")))
Description: Iteractive clustering of single cell RNASeq dataset.
BugReports: https://github.com/AllenInstitute/scrattch.hicat/issues
Depends: R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Requires: Matrix
Imports:
data.table,
dendextend,
devtools,
doParallel,
dplyr,
foreach,
ggplot2,
grid,
limma,
matrixStats,
pvclust,
qlcMatrix,
Rtsne,
WGCNA
Suggests:
knitr,
rmarkdown,
testthat,
Rphenograph,
covr