saezlab/visium_heart

typos in !is.na(si)

Opened this issue · 0 comments

https://github.com/saezlab/visium_heart/blob/5b30c7e497e06688a8448afd8d069d2fa70ebcd2/st_snRNAseq/02_snuc_integration_harmony/integrate_objects.R#L187C9-L187C11

Hi,
I have learned a lot from your codes.
there is some typos here:
The condition !is.na(si) should be changed to !any(is.na(si)) in order to check if there are no missing values in the variable si.

Best,
Young