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

Question regarding ligand prioritization #312

Open
kaizen89 opened this issue Dec 18, 2024 · 0 comments
Open

Question regarding ligand prioritization #312

kaizen89 opened this issue Dec 18, 2024 · 0 comments

Comments

@kaizen89
Copy link

Hi all,
I tried the recommended method to order by aupr_corrected
image

Second method

best_upstream_ligands %>% lapply(get_weighted_ligand_target_links,geneset = geneset_oi, ligand_target_matrix = ligand_target_matrix, n = 200) %>% bind_rows() %>% drop_na() >% group_by(ligand) %>% summarise(sum(weight)) %>% arrange(desc(`sum(weight)`)) %>% pull(ligand)

image

Which one makes more sense in this case?

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