forked from naikai/sake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
77 lines (77 loc) · 1.66 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
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
Package: sake
Type: Package
Title: Single-cell RNA-Seq Analysis and Klustering Evaluation
Version: 0.4.0
date: "`r format(Sys.time(), '%d %B, %Y')`"
Authors@R: c(
person("Yu-Jui", "Ho", email = "[email protected]", role = c("aut", "cre")),
person("David", "Molik", email = "[email protected]", role = "aut"),
person("Toby", "Aicher", email = "[email protected]", role = "aut"),
person("Molly", "Hammell", email = "[email protected]", role = "aut")
)
Description: This tool can help you quickly navigate through the expression profile,
Using NMF method for unsupervised clustering.
URL: http://github.com/naikai/sake
BugReports: http://github.com/naikai/sake/issues
Remotes:
hadley/devtools,
Bioconductor-mirror/biomaRt,
renozao/pkgmaker@develop,
renozao/NMF,
bmbolstad/preprocessCore,
tidyverse/ggplot2@bd7d9d6,
ropensci/plotly@5b4606c,
rstudio/DT,
rstudio/d3heatmap@colorlabels
Depends:
R (>= 3.1.0),
NMF (>= 0.20),
dplyr (>= 0.4.3)
Imports:
AnnotationHub,
biomaRt (>= 2.30),
caret,
corrplot,
d3heatmap,
data.table,
DESeq2,
GO.db,
matrixStats,
pathview,
RcppArmadillo,
Rtsne,
shiny,
shinythemes,
shinyBS,
shinydashboard,
snowfall,
tidyr,
tools,
networkD3
Suggests:
annotate,
BiocParallel,
caret,
dendextend,
devtools,
gage,
gageData,
grid,
hgu133a.db,
hgu133a2.db,
hgu133b.db,
hgu133plus2.db,
htmlwidgets,
HiClimR,
irr,
RColorBrewer,
rmarkdown,
testthat,
vcd,
WGCNA,
webshot,
knitr
License: GPL (>=2)
LazyData: TRUE
RoxygenNote: 6.1.1
VignetteBuilder: knitr