-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version number to 0.5.1.9000
- Loading branch information
1 parent
96e43a2
commit e794a72
Showing
43 changed files
with
3,193 additions
and
2,175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: SCP | ||
Type: Package | ||
Title: Single Cell Pipeline | ||
Version: 0.5.1 | ||
Version: 0.5.1.9000 | ||
Author: Hao Zhang | ||
Maintainer: Hao Zhang <[email protected]> | ||
Description: An end-to-end Single-Cell Pipeline designed to facilitate comprehensive analysis and exploration of single-cell data. | ||
|
@@ -14,95 +14,110 @@ Depends: | |
biocViews: SingleCell, GeneExpression, SingleCellWorkflow, Visualization, ShinyApps | ||
Imports: | ||
AnnotationDbi, | ||
BiocParallel, | ||
biomaRt, | ||
ComplexHeatmap (>= 2.13.0), | ||
BiocParallel, | ||
circlize, | ||
clusterProfiler, | ||
ComplexHeatmap (>= 2.13.0), | ||
data.table, | ||
dplyr (>= 1.1.0), | ||
ggnewscale, | ||
ggplot2 (>= 3.4.0), | ||
ggtree (>= 3.6.1), | ||
ggrepel, | ||
ggforce, | ||
GO.db, | ||
GOSemSim, | ||
grDevices, | ||
grid, | ||
gridGraphics, | ||
gtable, | ||
gtools, | ||
graphics, | ||
HDF5Array, | ||
igraph, | ||
intrinsicDimension, | ||
Matrix (>= 1.5-3), | ||
methods, | ||
mgcv, | ||
org.Hs.eg.db, | ||
org.Mm.eg.db, | ||
parallelDist, | ||
Matrix, | ||
patchwork, | ||
png, | ||
plotly, | ||
proxyC, | ||
R.cache, | ||
R.utils, | ||
Rcpp, | ||
reshape2, | ||
reticulate, | ||
rlang, | ||
Signac, | ||
Seurat (>= 4.2.0), | ||
SeuratObject, | ||
rhdf5, | ||
scales, | ||
simplifyEnrichment (>= 1.5.2), | ||
slingshot, | ||
Signac, | ||
Seurat (>= 4.2.0), | ||
SeuratObject, | ||
uwot | ||
Remotes: | ||
jokergoo/ComplexHeatmap, | ||
jokergoo/simplifyEnrichment, | ||
YuLab-SMU/ggtree | ||
Suggests: | ||
AUCell, | ||
batchelor, | ||
Biobase, | ||
BiocGenerics, | ||
BiocManager, | ||
concaveman, | ||
conos, | ||
covr, | ||
cowplot, | ||
dendextend, | ||
destiny, | ||
devtools, | ||
DDRTree, | ||
e1071, | ||
future, | ||
ggupset, | ||
ggpubr, | ||
ggridges, | ||
ggsignif, | ||
ggwordcloud, | ||
ggupset, | ||
ggVennDiagram, | ||
ggwordcloud, | ||
glmGamPoi, | ||
glmpca, | ||
harmony, | ||
hexbin, | ||
htmlwidgets, | ||
httr, | ||
HDF5Array, | ||
MASS, | ||
Mfuzz, | ||
metR, | ||
monocle, | ||
monocle3, | ||
MatrixGenerics, | ||
MASS, | ||
NMF, | ||
plotly, | ||
openxlsx, | ||
org.Hs.eg.db, | ||
org.Mm.eg.db, | ||
promises, | ||
RcppParallel, | ||
RcppML, | ||
purrr, | ||
PFAM.db, | ||
ragg, | ||
reactome.db, | ||
renv, | ||
rhdf5, | ||
rliger, | ||
S4Vectors, | ||
RcppParallel, | ||
RcppML, | ||
scattermore, | ||
scds, | ||
scDblFinder, | ||
scmap, | ||
sf, | ||
shiny (>= 1.6.0), | ||
styler, | ||
stringr, | ||
sva, | ||
symphony, | ||
S4Vectors, | ||
SingleR, | ||
ragg, | ||
SingleCellExperiment, | ||
SummarizedExperiment, | ||
testthat (>= 3.0.0), | ||
tidyr, | ||
umap, | ||
UCell, | ||
umap | ||
withr | ||
LinkingTo: Rcpp | ||
RoxygenNote: 7.2.3 | ||
Config/testthat/edition: 3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.