Skip to content

Commit

Permalink
blend.col documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhanH authored May 17, 2019
1 parent b5a7e68 commit 1c36ce1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ DimPlot <- function(
#' to split by cell identity'; similar to the old \code{FeatureHeatmap}
#' @param slot Which slot to pull expression data from?
#' @param blend Scale and blend expression values to visualize coexpression of two features
#' @param blend.col Two colors used for blend expression.
#' @param blend.threshold The color cutoff from weak signal to strong signal; ranges from 0 to 1.
#' @param ncol Number of columns to combine multiple feature plots to, ignored if \code{split.by} is not \code{NULL}
#' @param combine Combine plots into a single gg object; note that if TRUE; themeing will not work when plotting multiple features
Expand Down Expand Up @@ -3034,6 +3035,7 @@ BlendMap <- function(color.matrix) {
#
# @param n Dimensions of blended matrix (n x n)
# @param col.threshold The color cutoff from weak signal to strong signal; ranges from 0 to 1.
# @param two.colors Two colors used for the blend expression.
#
# @return An n x n matrix of blended colors
#
Expand Down

0 comments on commit 1c36ce1

Please sign in to comment.