We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7765469 commit c7cde2cCopy full SHA for c7cde2c
1 file changed
singlecell/resources/chunks/CustomUCell.R
@@ -25,7 +25,6 @@ for (datasetId in names(seuratObjects)) {
25
26
seuratObj <- UCell::AddModuleScore_UCell(seuratObj, features = toCalculate, storeRanks = storeRanks, assay = assayName)
27
corData <- RIRA::PlotUcellCorrelation(seuratObj, toCalculate)
28
- saveRDS(corData, file = paste0(datasetId, '.ucellcorr.rds'))
29
30
for (n in names(toCalculate)) {
31
print(Seurat::FeaturePlot(seuratObj, features = paste0(n, '_UCell'), min.cutoff = 'q02', max.cutoff = 'q98'))
0 commit comments