Closed tryggest closed 1 year ago
I am trying to run the script in R. Following the guide I have read in the data as per section 7. But when I proceed from there I get an error message:
> cur_images <- cytomapper::normalize(cur_images, separateImages = TRUE)
Error: 'normalize' is defunct. Use ''normalize,SingleCellExperiment-method' is defunct. Use 'logNormCounts' instead' instead. See help("Defunct")
Is there a way around this?
Found a typo in my own code. Sorry.
Closing issue
I am trying to run the script in R. Following the guide I have read in the data as per section 7. But when I proceed from there I get an error message:
> cur_images <- cytomapper::normalize(cur_images, separateImages = TRUE)
Error: 'normalize' is defunct. Use ''normalize,SingleCellExperiment-method' is defunct. Use 'logNormCounts' instead' instead. See help("Defunct")
Is there a way around this?