You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: