processGMT: Function for parsing a GMT gene set list

Description Usage Arguments Examples

Description

This function takes a GMT gene set list (from "readGmt") as input, and outputs a list of gene sets, with names being the geneset.names, and values the corresponding genesets. Note this function also works on a GSA .gmt file object.

Usage

1
processGMT(gene_sets, trim_snam = F)

Arguments

gene_sets

Name of geneset list that was created by "readGmt"

trim_snam

TRUE/FALSE if the geneset.names should be trimmed using "str_trim" from the "stringr" package. Defaults to FALSE.

Examples

1
jkr.symbol <- processGMT(jkr.list)

mssm-msf-2019/BiostatsALL documentation built on May 22, 2019, 12:16 p.m.