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

Gene Pairs Below Threshold Appear in Plot #92

Open
DarioS opened this issue Sep 19, 2024 · 2 comments
Open

Gene Pairs Below Threshold Appear in Plot #92

DarioS opened this issue Sep 19, 2024 · 2 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Comments

@DarioS
Copy link

DarioS commented Sep 19, 2024

I used filtering of 80%

highFrequencyIDs <- CCI$prioritization_tables$group_prioritization_tbl %>%
                    filter(fraction_expressing_ligand_receptor >= 0.8) %>% pull(id)
priorityTable <- get_top_n_lr_pairs(CCI$prioritization_tables, top_n = 30, rank_per_group = FALSE) %>%
                 filter(id %in% highFrequencyIDs)
make_sample_lr_prod_activity_plots_Omnipath(CCI$prioritization_tables, priorityTable %>% inner_join(lr_network_all))

image
but some rows (orange) have more missing samples. Also, what does no-dot (pink) mean?

@browaeysrobin browaeysrobin added documentation Improvements or additions to documentation enhancement New feature or request bug Something isn't working labels Nov 19, 2024
@browaeysrobin
Copy link
Member

Hi @DarioS

Could you rerun this with the latest version of MNN to check whether this issue is still occurring?

@DarioS
Copy link
Author

DarioS commented Jan 28, 2025

I reinstalled multinichenetr today. I still see the issue. No recent commit seems to deal with it, based on commit messages.

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants