pathway_gsva: pathway_gsva

Description Usage Arguments Value Author(s)

View source: R/pathway.R

Description

Estimates GSVA enrichment scores.

Usage

1
2
3
4
5
6
7
pathway_gsva(
  data,
  geneset,
  gmt = NULL,
  method = c("ssgsea", "gsva", "zscore", "plage"),
  rna_seq = FALSE
)

Arguments

data

a matrix of expression values where rows correspond to genes and columns correspond to samples.

geneset

a list or dataframe

gmt

gmtfile

method

one of "ssgsea","gsva", "zscore",and "plage"

rna_seq

rna-seq data or microarray data

Value

a data.frame

Author(s)

Yuanlong Hu


YuanlongHu/yltool documentation built on Nov. 2, 2021, 5:39 a.m.