We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af44f1 commit 427788dCopy full SHA for 427788d
2 files changed
DESCRIPTION
@@ -68,7 +68,7 @@ Imports:
68
magrittr (>= 2.0.3),
69
markdown (>= 1.1),
70
MAST (>= 1.20.0),
71
- Matrix (== 1.5.1),
+ Matrix (>= 1.5.1),
72
methods (>= 4.1.3),
73
pheatmap,
74
plotly (>= 4.10.0),
@@ -83,9 +83,9 @@ Imports:
83
reticulate (>= 1.25),
84
rlang (>= 1.0.6),
85
scales,
86
- scDblFinder (== 1.8.0),
+ scDblFinder (>= 1.8.0),
87
Seurat (>= 4.1.1),
88
- SeuratObject (== 4.1.1),
+ SeuratObject (>= 4.1.1),
89
SingleR (>= 1.8.1),
90
statmod (>= 1.4.37),
91
stringr (>= 1.4.1),
_pkgdown.yml
@@ -45,7 +45,7 @@ articles:
45
- title: Vignettes
46
navbar: ~
47
contents:
48
- - SCWorkflow-Overview
+ - SCWorkflow-QC
49
- SCWorkflow-Annotations
50
- SCWorkflow-Visualizations
51
- SCWorkflow-SubsetReclust
0 commit comments