custom_pathways_calc: Calculate pathway activity using a dataframe of custom...

Description Usage Arguments Examples

View source: R/run_progeny.R

Description

Uses the PROGENy framework to quantify pathway activity given a data frame of custom pathways and returns a Seurat object assay with the results.

Usage

1
2
3
4
5
6
7
custom_pathways_calc(
  seurat_obj,
  pathways,
  num_genes,
  organism = "Human",
  assay_name
)

Arguments

seurat_obj

seurat object

pathways

data frame of custom pathways (must be same format as PROGENy pathways)

num_genes

number of top genes to return for each pathway if full_model = FALSE.

organism

"Human" or "Mouse", defaults to "Human".

assay_name

string to name the resulting Seurat object assay

Examples

1
custom_pathways_calc(seurat_obj, pathways, 500, "Human", "custom_pathway_activity"))

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