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

Found more than one class "dist" in cache #290

Open
AlbertoFabbri93 opened this issue Jan 10, 2025 · 0 comments
Open

Found more than one class "dist" in cache #290

AlbertoFabbri93 opened this issue Jan 10, 2025 · 0 comments

Comments

@AlbertoFabbri93
Copy link

Hi, when running the following code:

conversion.factor = 0.18
d = computeCellDistance(
  coordinates = spatial.locs,
  # to convert the distance from pixels to micrometers
  ratio = conversion.factor)
median_cell_distance = median(d)

I get the following warning:

Found more than one class "dist" in cache; using the first, from namespace 'spam'
Also defined by ‘BiocGenerics’

The R uwot package had basically the same issue, they also found a solution (You find it in the linked issue, the discussion is rather short).

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