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
In order to help prioritize user curation, we should create a couple distinct helper functions which check for likely errors in mapping.
Distance between mapped centroids: This function will compute the distance between the centroids of each manual/automatic pair. It will then return the names of the 'x' FOVs with the greatest centroid distance, with the threshold set by the user.
Duplicate mapping: This function will return the names of any manual FOVs which map to the same automatic FOVs
Exact matching: This function will return the names of any manual FOVs whose name doesn't exactly match the name of the automatic FOV they are mapped to
The text was updated successfully, but these errors were encountered:
In order to help prioritize user curation, we should create a couple distinct helper functions which check for likely errors in mapping.
The text was updated successfully, but these errors were encountered: