Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typos in !is.na(si) #16

Open
howtofindme opened this issue Oct 24, 2023 · 0 comments
Open

typos in !is.na(si) #16

howtofindme opened this issue Oct 24, 2023 · 0 comments

Comments

@howtofindme
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant