Description Usage Arguments Examples
View source: R/find_associated_pathways.R
This function takes a vector of genes and pathway activity data (by group, not by cell...optional) and a data frame of cohen's D scores (if the comparison is 2 groups...optional). If only the gene vector is supplied, the function will return all pathways for which a given gene is part of the pathway's gene set.
1 2 3 4 5 6 7 8 9 | find_associated_pathways(
gene_vector,
pathway_data_bygroup = NULL,
effect_size_data = NULL,
custom_pathways = NULL,
progeny_pathways = TRUE,
num_genes = 500,
organism = "Human"
)
|
gene_vector |
vector of genes |
pathway_data_bygroup |
pathway data summarized by comparison group |
effect_size_data |
dataframe of cohen's D scores for a given comparison (optional, only if comparison is 2 groups) |
custom_pathways |
searches custom pathways for genes in gene vector, default is FALSE. |
1 | find_associated_pathways(gene_vector, pathway_data_bygroup, effect_size_data, custom_pathways=custom_pathways, progeny_pathways=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.