Skip to content

Commit

Permalink
rn addGeneClassFractions
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jun 5, 2024
1 parent de0782e commit 8f9f5fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ export(StoreTop25Markers)
export(UpdateGenesSeurat)
export(UpdateSeuratObjectProperly)
export(add.meta.tags)
export(addGeneClassFractions)
export(addMetaDataSafe)
export(addMetaFraction)
export(addToMiscOrToolsSlot)
export(addTranslatedMetadata)
export(add_gene_class_fractions)
export(calc.cluster.averages)
export(calc.q99.Expression.and.set.all.genes)
export(calculateAverageMetaData)
Expand Down
2 changes: 1 addition & 1 deletion R/Seurat.Utils.Metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ addMetaFraction <- function(
#'
#' @importFrom SeuratObject UpdateSeuratObject
#'
add_gene_class_fractions <- function(obj,
addGeneClassFractions <- function(obj,
gene_fractions = list(
"percent.mito" = "^MT\\.|^MT-",
"percent.ribo" = "^RPL|^RPS",
Expand Down

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

0 comments on commit 8f9f5fb

Please sign in to comment.