Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jun 5, 2024
1 parent 288daeb commit 2cc9940
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ processSeuratObject <- function(obj, param.list = p, add.meta.fractions = FALSE,
#' @description Runs a differential gene expression analysis based on specified parameters,
#' reorders clusters if needed, and optionally saves results. Supports output and plotting configurations.
#'
#' @param obj Seurat object, assumed to be pre-configured with necessary data. Default: obj.RG.
#' @param obj Seurat object, assumed to be pre-configured with necessary data.
#' @param param.list List of parameters for DE analysis. Default: p.
#' @param reorder.clusters Logical indicating whether to reorder clusters based on dimension.
#' Default: TRUE.
Expand Down Expand Up @@ -220,7 +220,7 @@ processSeuratObject <- function(obj, param.list = p, add.meta.fractions = FALSE,
#'
#' @export

runDGEA <- function(obj = obj.RG,
runDGEA <- function(obj,
param.list = p,
reorder.clusters = TRUE,
clean.misc.slot = TRUE,
Expand Down
2 changes: 1 addition & 1 deletion R/Seurat.Utils.Visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -1859,7 +1859,7 @@ qUMAP <- function(
...) {
#
stopifnot(is(obj) == "Seurat")
message("feature: ", feature, "assay: ", assay)
message("Feature: ", feature, " | Assay: ", assay)

if (feature %in% colnames(obj@meta.data)) {
message(paste("...found in @meta.data."))
Expand Down
3 changes: 2 additions & 1 deletion man/qQC.plots.BrainOrg.Rd

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

0 comments on commit 2cc9940

Please sign in to comment.