Skip to content
Snippets Groups Projects
Commit c9f34917 authored by Luke Zappia's avatar Luke Zappia
Browse files

Change mean-dropout to mean-zeros

parent 911f1335
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#' \item{\code{ZerosCell}}{Boxplot of the percentage of each cell #' \item{\code{ZerosCell}}{Boxplot of the percentage of each cell
#' that is zero.} #' that is zero.}
#' \item{\code{MeanZeros}}{Scatter plot with fitted lines showing #' \item{\code{MeanZeros}}{Scatter plot with fitted lines showing
#' the mean-dropout relationship.} #' the mean-zeros relationship.}
#' } #' }
#' } #' }
#' } #' }
...@@ -164,7 +164,7 @@ compareSCESets <- function(sces, point.size = 0.1, point.alpha = 0.1, ...@@ -164,7 +164,7 @@ compareSCESets <- function(sces, point.size = 0.1, point.alpha = 0.1,
scale_fill_manual(values = colours) + scale_fill_manual(values = colours) +
xlab("Mean count") + xlab("Mean count") +
ylab("Percentage zeros") + ylab("Percentage zeros") +
ggtitle("Mean-dropout relationship") + ggtitle("Mean-zeros relationship") +
theme_minimal() theme_minimal()
if (fits) { if (fits) {
......
...@@ -45,7 +45,7 @@ The returned list has three items: ...@@ -45,7 +45,7 @@ The returned list has three items:
\item{\code{ZerosCell}}{Boxplot of the percentage of each cell \item{\code{ZerosCell}}{Boxplot of the percentage of each cell
that is zero.} that is zero.}
\item{\code{MeanZeros}}{Scatter plot with fitted lines showing \item{\code{MeanZeros}}{Scatter plot with fitted lines showing
the mean-dropout relationship.} the mean-zeros relationship.}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment