-
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 #35 from zktuong/plot_cpdb3
Plot cpdb3
- Loading branch information
Showing
28 changed files
with
743 additions
and
1,316 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
^\.covrignore$ |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
R/init_ktplots.R | ||
R/ktplots.R | ||
R/correlationSpot.R |
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.19 | ||
Version: 1.1.20 | ||
Authors@R: person("Kelvin", "Tuong", email = c("[email protected]", "[email protected]", "[email protected]"), role = c("aut", "cre")) | ||
Description: Plotting tools for scData. | ||
License: MIT | ||
|
@@ -17,21 +17,16 @@ Imports: | |
viridis, | ||
gtools, | ||
RColorBrewer, | ||
purrr, | ||
patchwork, | ||
BiocParallel | ||
circlize | ||
Suggests: | ||
SummarizedExperiment, | ||
SingleCellExperiment, | ||
Seurat, | ||
lmerTest, | ||
car, | ||
scater, | ||
testthat, | ||
covr, | ||
ComplexHeatmap, | ||
plyr | ||
Depends: | ||
ggplot2 | ||
Remotes: | ||
zktuong/patchwork | ||
LazyData: true | ||
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.