saezlab / visium_heart

Spatial transcriptomics of heart tissue
GNU General Public License v3.0
72 stars 36 forks source link

typos in !is.na(si) #16

Open howtofindme opened 11 months ago

howtofindme commented 11 months ago

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