... | ... |
@@ -7,6 +7,7 @@ |
7 | 7 |
findMarkerDiffExp( |
8 | 8 |
inSCE, |
9 | 9 |
useAssay = "logcounts", |
10 |
+ useReducedDim = NULL, |
|
10 | 11 |
method = c("wilcox", "MAST", "DESeq2", "Limma", "ANOVA"), |
11 | 12 |
cluster = "cluster", |
12 | 13 |
covariates = NULL, |
... | ... |
@@ -23,6 +24,10 @@ findMarkerDiffExp( |
23 | 24 |
\item{useAssay}{character. A string specifying which assay to use for the |
24 | 25 |
MAST calculations. Default \code{"logcounts"}.} |
25 | 26 |
|
27 |
+\item{useReducedDim}{character. A string specifying which reducedDim to use |
|
28 |
+for MAST calculations. Set \code{useAssay} to \code{NULL} when using. |
|
29 |
+Required.} |
|
30 |
+ |
|
26 | 31 |
\item{method}{A single character for specific differential expression |
27 | 32 |
analysis method. Choose from \code{'wilcox'}, \code{'MAST'}, \code{'DESeq2'}, |
28 | 33 |
\code{'Limma'}, and \code{'ANOVA'}. Default \code{"wilcox"}.} |
... | ... |
@@ -20,7 +20,7 @@ plotMarkerDiffExp( |
20 | 20 |
cellAnnotations = NULL, |
21 | 21 |
featureAnnotationColor = NULL, |
22 | 22 |
cellAnnotationColor = NULL, |
23 |
- colSplitBy = ifelse(is.null(orderBy), NULL, colnames(inSCE@metadata$findMarker)[5]), |
|
23 |
+ colSplitBy = NULL, |
|
24 | 24 |
rowSplitBy = "marker", |
25 | 25 |
rowDend = FALSE, |
26 | 26 |
colDend = FALSE, |