Skip to content

Commit c7cde2c

Browse files
committed
No need to save UCell correlation results
1 parent 7765469 commit c7cde2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

singlecell/resources/chunks/CustomUCell.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ for (datasetId in names(seuratObjects)) {
2525

2626
seuratObj <- UCell::AddModuleScore_UCell(seuratObj, features = toCalculate, storeRanks = storeRanks, assay = assayName)
2727
corData <- RIRA::PlotUcellCorrelation(seuratObj, toCalculate)
28-
saveRDS(corData, file = paste0(datasetId, '.ucellcorr.rds'))
2928

3029
for (n in names(toCalculate)) {
3130
print(Seurat::FeaturePlot(seuratObj, features = paste0(n, '_UCell'), min.cutoff = 'q02', max.cutoff = 'q98'))

0 commit comments

Comments
 (0)