Open katkatrach opened 2 months ago
Hi, It likely that some "NaN" or "NA" are generated during the integration process. It is not clear why since using "ifnb" data cannot reproduce this issue. Would you be able to share your dataset with us? Alternatively, you may consider using other integration methods like "RPCA" or "Harmony" as a workaround.
Hello! I am trying to run a Seurat pipeline that previously worked on an older version of R in the latest version and I am running into a weird error.
I run the following to integrate my layers after SCTransform and PCA:
All_Samples <- IntegrateLayers( object = All_Samples, method = CCAIntegration, normalization.method = "SCT", verbose = F)
I am met with the error (and a warning) after a certain number of minutes after starting the integration:
For the maxit, I am able to increase it on the previous step PCA (I get that warning there too) but it is not a condition for the IntegrateLayers function.
Running
which([is.na](http://is.na/)(rownames(All_Samples))
shows no NA valuesI performed my pipeline with a small data set and the error does not occur.
This makes me think it's an issue with my docker or session, any help is appreciated!
session info: