-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from zktuong/compare_cpdb
Compare cellphonedb and version 3 compatibility
- Loading branch information
Showing
19 changed files
with
958 additions
and
49 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,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 | ||
|
@@ -18,11 +18,14 @@ Imports: | |
gtools, | ||
RColorBrewer, | ||
purrr, | ||
patchwork | ||
patchwork, | ||
BiocParallel | ||
Suggests: | ||
SummarizedExperiment, | ||
SingleCellExperiment, | ||
Seurat, | ||
lmerTest, | ||
car, | ||
testthat, | ||
covr, | ||
plyr | ||
|
@@ -31,4 +34,4 @@ Depends: | |
Remotes: | ||
zktuong/patchwork | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.1.2 |
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.