get_intersecting_pathways | R Documentation |
Extract the intersection of gene sets which are enriched in two or more cell types for a factor
get_intersecting_pathways(
container,
factor_select,
these_ctypes_only,
up_down,
thresh = 0.05
)
container |
environment Project container that stores sub-containers for each cell type as well as results and plots from all analyses |
factor_select |
numeric The factor to investigate |
these_ctypes_only |
character A vector of cell types for which to get gene sets that are enriched in all of these and not in any other cell types |
up_down |
character Set to "up" to get the gene sets for the positive loading genes. Set to "down" to get the gene sets for the negative loadings genes. |
thresh |
numeric Pvalue significance threshold for selecting enriched sets (default=0.05) |
A vector of the intersection of pathways that are significantly enriched in two or more cell types for a factor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.