Skip to content

Commit

Permalink
Merge pull request #33 from zktuong/compare_cpdb
Browse files Browse the repository at this point in the history
Compare cellphonedb and version 3 compatibility
  • Loading branch information
zktuong authored Apr 7, 2022
2 parents 85ecc9e + 3ec991f commit b2dd39c
Show file tree
Hide file tree
Showing 19 changed files with 958 additions and 49 deletions.
9 changes: 6 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: ktplots
Title: Plot single-cell data dotplots
Version: 1.1.18
Version: 1.1.19
Authors@R: person("Kelvin", "Tuong", email = c("[email protected]", "[email protected]", "[email protected]"), role = c("aut", "cre"))
Description: Plotting tools for scData.
License: MIT
Expand All @@ -18,11 +18,14 @@ Imports:
gtools,
RColorBrewer,
purrr,
patchwork
patchwork,
BiocParallel
Suggests:
SummarizedExperiment,
SingleCellExperiment,
Seurat,
lmerTest,
car,
testthat,
covr,
plyr
Expand All @@ -31,4 +34,4 @@ Depends:
Remotes:
zktuong/patchwork
LazyData: true
RoxygenNote: 7.1.1
RoxygenNote: 7.1.2
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export(GeomFlatViolin)
export(StackedVlnPlot)
export(bottomleft_legend)
export(bottomright_legend)
export(compare_cpdb)
export(correlationSpot)
export(extract_max)
export(geneDotPlot)
Expand All @@ -13,6 +14,7 @@ export(init)
export(init_ktplots)
export(ktplots)
export(modify_vlnplot)
export(plot_compare_cpdb)
export(plot_cpdb)
export(plot_cpdb2)
export(rainCloudPlot)
Expand All @@ -23,6 +25,7 @@ export(small_guide)
export(small_legend)
export(topleft_legend)
export(topright_legend)
import(BiocParallel)
import(Matrix)
import(RColorBrewer)
import(devtools)
Expand Down
Loading

0 comments on commit b2dd39c

Please sign in to comment.