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

Diffusion operator construction #200

Open
qubit0 opened this issue May 6, 2022 · 0 comments
Open

Diffusion operator construction #200

qubit0 opened this issue May 6, 2022 · 0 comments
Labels

Comments

@qubit0
Copy link

qubit0 commented May 6, 2022

I am trying to understand how the diffusion operator is constructed. I can follow up to cell-cell distance matrix i.e.

After that affinity matrix caculated using a Gaussian kernel. Here, we have to choose sigma.

  1. How is sigma chosen?
  2. Where in the python source code, can I find the adapative tuning of sigma?
  3. What is magic_operator.graph.kernel ? How is it constructed? If we set non-zero values to zero here than does it become an adjacency matrix for the graph?
  4. magic_operator.graph.diff_op is a row normalized Markov matrix M(i,j), right ?
@qubit0 qubit0 added the question label May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant