We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77186a1 commit e42bac6Copy full SHA for e42bac6
singlecell/resources/chunks/RunSDA.R
@@ -24,6 +24,10 @@ sdaFiles <- data.frame(DatasetId = character(), FileName = character())
24
25
if (!all(is.null(fieldNames))) {
26
CellMembrane::PlotSdaCellScores(sdaResults = sdaResults, seuratObj = seuratObj, fieldNames = fieldNames)
27
+
28
+ for (fieldName in fieldNames) {
29
+ CellMembrane::Plot_SDAScoresPerFeature(seuratObj = seuratObj, sdaResults = sdaResults, metadataFeature = fieldName)
30
+ }
31
}
32
33
fileName <- paste0('sda.', datasetId, '.rds')
0 commit comments