load_AUCell_genesets: Load geneset that will be used in calculating AUcell

Description Usage Arguments Value Examples

View source: R/LoadAUcell.R

Description

A function that load gmt file into R

Usage

1
load_AUCell_genesets(path, ignore_cols = 1)

Arguments

path

A gmt file contains all the pathway score information

ignore_cols

depends on the format of gmt file exclude the headers

Value

Returns an list contain name of the pathway and its corresponding genes that enriched in that gene set

Examples

1
2
3
hallmarks = load_AUCell_genesets("h.all.v7.4.symbols.gmt", ignore_cols=2)
# Access hallmarks
hallmarks

MengyiShu/RASC documentation built on Dec. 17, 2021, 3:23 a.m.