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 have a complex study design with not all antibodies present in every sample (there are 24 in total).
I would like to run protein batch correction using harmony with 10 PCs, the number of PCs gets correctly parsed to harmony, but not to no correction workflow, resulting in an error.
ValueError: n_components=20 must be between 1 and min(n_samples, n_features)=19 with svd_solver='arpack'
I have a complex study design with not all antibodies present in every sample (there are 24 in total).
I would like to run protein batch correction using harmony with 10 PCs, the number of PCs gets correctly parsed to harmony, but not to no correction workflow, resulting in an error.
ValueError: n_components=20 must be between 1 and min(n_samples, n_features)=19 with svd_solver='arpack'
panpipes/panpipes/python_scripts/batch_correct_none.py
Lines 96 to 99 in 0bc49a4
There is no way to change the default n-1 in the yaml.
The text was updated successfully, but these errors were encountered: