find_associated_pathways: Given a list of genes, find which pathways they are...

Description Usage Arguments Examples

View source: R/find_associated_pathways.R

Description

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.

Usage

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"
)

Arguments

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.

Examples

1
find_associated_pathways(gene_vector, pathway_data_bygroup, effect_size_data, custom_pathways=custom_pathways, progeny_pathways=FALSE)

zcollest/scRegNetwrapper documentation built on Dec. 23, 2021, 9:14 p.m.