-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.55 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
43
44
45
46
47
48
49
50
51
Package: scrattch.bigcat
Title: Iterative Clustering Analysis for Transcriptomic data for big matrix
Version: 0.0.5
Authors@R: c(person("Zizhen", "Yao", email = "[email protected]", role = c("aut")),
person("Lucas", "Graybuck", email = "[email protected]", role = c("aut", "cre")),
person("Cindy", "van Velthoven", email = "[email protected]", role = c("aut")),
person("Changkyu","Lee", email="[email protected]", role = c("aut")),
person("Yuan","Gao", email="[email protected]", role = c("aut")),
person("Trygve", "Bakken", email = "[email protected]", role = c("aut")),
person("Jeremy", "Miller", email = "[email protected]", role = c("aut")),
person("Adriana","Sedeno-Cortes", email ="[email protected]", role = c("aut")),
person("Saroja","Somasundaram", email="[email protected]", role = c("aut")))
Description: Scalable single cell RNASeq clustering pipeline
BugReports: https://github.com/AllenInstitute/scrattch.bigcat/issues
Depends: R (>= 4.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: TRUE
VignetteBuilder: knitr
RoxygenNote: 7.0.2
Imports:
Rcpp,
RcppAnnoy,
RcppEigen,
RcppProgress,
RcppParallel,
BiocNeighbors,
Matrix,
matrixStats,
parallel,
doMC,
foreach,
doParallel,
data.table,
dplyr,
arrow,
igraph,
ggplot2,
grid,
dendextend,
pvclust
LinkingTo: Rcpp (>= 0.11.0), RcppEigen, RcppProgress, beachmat, RcppParallel
Suggests:
Rtsne,
WGCNA,
knitr,
rmarkdown,
testthat,
Rphenograph,
covr,
qlcMatrix