Skip to content

Commit

Permalink
Merge pull request #754 from joshua-d-campbell/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
joshua-d-campbell authored Apr 16, 2024
2 parents 8e5ee1b + b1f14b6 commit a78fbac
Show file tree
Hide file tree
Showing 368 changed files with 1,673 additions and 1,054 deletions.
2 changes: 1 addition & 1 deletion R/runDEAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
runDEAnalysis <- function(inSCE, method = 'wilcox', ...){
validMethods <- c('wilcox', 'MAST', 'DESeq2', 'Limma', 'ANOVA')
method <- match.arg(method, choices = validMethods)
funcList <- list(wilcox = function(inSCE, ...) runWilcox(inSCE, classGroup1 = NULL, classGroup2 =NULL, class = NULL, ...),
funcList <- list(wilcox = runWilcox,
MAST = runMAST,
DESeq2 = runDESeq2,
Limma = runLimmaDE,
Expand Down
3 changes: 3 additions & 0 deletions R/runFindMarker.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ runFindMarker <- function(inSCE, useAssay = 'logcounts',
useAssay = useAssay,
useReducedDim = useReducedDim,
index1 = clusterIndex,
class = NULL,
classGroup1 = NULL,
classGroup2 = NULL,
analysisName = paste0('findMarker', c),
onlyPos = TRUE,
log2fcThreshold = log2fcThreshold,
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/01_import_and_qc_tutorial.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
84 changes: 42 additions & 42 deletions docs/articles/02_a_la_carte_workflow.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/articles/2d_embedding.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions docs/articles/batch_correction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/batch_correction_files/figure-html/umapAfter-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/celda_curated_workflow.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a78fbac

Please sign in to comment.