Skip to content

Gene Pairs Below Threshold Appear in Plot #92

@DarioS

Description

@DarioS

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdocumentationImprovements or additions to documentationenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions