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
I saw that you mentioned the results on the MERFISH dataset in the supplementary materials. I wonder if you could provide the code applied to the MERFISH dataset? Since I encountered an error while integrating five slices of mouse hypothalamic preoptic region MERFISH data, and I am not sure if it is due to some parameter settings or data preprocessing errors.
This error is : ValueError: Found array with 0 sample(s) (shape=(0, 2)) while a minimum of 1 is required by NearestNeighbors.
And it occurred when applying function align_spots, I set the parameters as follows: adata_st_list = STitch3D.utils.align_spots(adata_st_list_raw, data_type="ST",coor_key="loc_use",plot=True,test_all_angles=True)
Thank you so much! Very appreciated!
The text was updated successfully, but these errors were encountered:
Dear Professor,
I saw that you mentioned the results on the MERFISH dataset in the supplementary materials. I wonder if you could provide the code applied to the MERFISH dataset? Since I encountered an error while integrating five slices of mouse hypothalamic preoptic region MERFISH data, and I am not sure if it is due to some parameter settings or data preprocessing errors.
This error is :
ValueError: Found array with 0 sample(s) (shape=(0, 2)) while a minimum of 1 is required by NearestNeighbors.
And it occurred when applying function align_spots, I set the parameters as follows:
adata_st_list = STitch3D.utils.align_spots(adata_st_list_raw, data_type="ST",coor_key="loc_use",plot=True,test_all_angles=True)
Thank you so much! Very appreciated!
The text was updated successfully, but these errors were encountered: