We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92df76f commit 2bf0c11Copy full SHA for 2bf0c11
singlecell/resources/chunks/ClrNormalizeByGroup.R
@@ -3,7 +3,7 @@ for (datasetId in names(seuratObjects)) {
3
seuratObj <- readRDS(seuratObjects[[datasetId]])
4
gc()
5
6
- seuratObj <- CellMembrane::ClrNormalizeByGroup(seuratObj, groupingVar = groupingVar, assayName = assayName, targetAssayName = targetAssayName, margin = margin, minCellsPerGroup = minCellsPerGroup, calculatePerCellUCell = calculatePerCellUCell)
+ seuratObj <- CellMembrane::ClrNormalizeByGroup(seuratObj, groupingVar = groupingVar, assayName = assayName, targetAssayName = targetAssayName, margin = margin, minCellsPerGroup = minCellsPerGroup, calculatePerFeatureUCell = calculatePerFeatureUCell)
7
8
saveData(seuratObj, datasetId)
9
0 commit comments