Browse code

Merge pull request #357 from yuan-yin-truly/background_input_for_any_class_bugfixing

Fix the background input bug when input class is not SingleCellExperiment

Joshua D. Campbell authored on 16/01/2022 18:54:10 • GitHub committed on 16/01/2022 18:54:10
Showing 1 changed files

... ...
@@ -267,6 +267,8 @@ setMethod("decontX", "ANY", function(x,
267 267
                              verbose = verbose)
268 268
 
269 269
     background <- temp$background
270
+    countsBackground <- background
271
+    
270 272
     bgBatch <- temp$bgBatch
271 273
 
272 274
   }