cal_PAS: calculation Pathway Activity Score

Description Usage Arguments Details

View source: R/PAS.R

Description

parameters 'counts', 'gSets_path' and 'gSets' are consistent across all tools

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
cal_PAS(
  seurat_object,
  tool = c("AUCell", "Vision", "GSVA", "ssGSEA", "plage", "zscore"),
  species = "none",
  pathway = "none",
  gmt_file = "none",
  normalize = "sctransform",
  n_cores = 3,
  rand_seed = 123
)

Arguments

tool

tool name

species

species; human or mouse

pathway

abbreviation for pathway database

gmt_file

pathways in GMT format

normalize

normalization method

counts

gene expresion matrix, rows are genes and cols are cells

filter

whether filtering for genes expressed in less than 5 percent cells

Details

other parameters see details of tools


zgyaru/testSctpa documentation built on Dec. 23, 2021, 9:17 p.m.