Skip to content

Commit

Permalink
Merge pull request satijalab#238 from satijalab/feat/patchwork
Browse files Browse the repository at this point in the history
Replace `CombinePlot` with patchwork
  • Loading branch information
mojaveazure authored Feb 12, 2020
2 parents c302bd1 + c4440a3 commit d7cd637
Show file tree
Hide file tree
Showing 15 changed files with 152 additions and 230 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: Seurat
Version: 3.1.3.9001
Version: 3.1.3.9002
Date: 2020-02-12
Title: Tools for Single Cell Genomics
Description: A toolkit for quality control, analysis, and exploration of single cell RNA sequencing data. 'Seurat' aims to enable users to identify and interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse types of single cell data. See Satija R, Farrell J, Gennert D, et al (2015) <doi:10.1038/nbt.3192>, Macosko E, Basu A, Satija R, et al (2015) <doi:10.1016/j.cell.2015.05.002>, and Butler A and Satija R (2017) <doi:10.1101/164889> for more details.
Expand Down Expand Up @@ -43,6 +43,7 @@ Imports:
MASS,
Matrix (>= 1.2-14),
metap,
patchwork,
pbapply,
plotly,
png,
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ importFrom(methods,setOldClass)
importFrom(methods,signature)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(patchwork,wrap_plots)
importFrom(pbapply,pbapply)
importFrom(pbapply,pblapply)
importFrom(pbapply,pbsapply)
Expand Down
2 changes: 2 additions & 0 deletions R/convenience.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ PCHeatmap <- function(object, ...) {
return(do.call(what = 'DimHeatmap', args = args))
}

#' @param ... Extra parameters passed to \code{DimPlot}
#'
#' @rdname DimPlot
#' @export
#'
Expand Down
Loading

0 comments on commit d7cd637

Please sign in to comment.