Learn R Programming

GSNA (version 0.1.4.2)

read_gmt: read_gmt

Description

This function parses a GMT file, documented here.

Usage

read_gmt(file)

Value

This returns a GSC (gene set collection) as a name list of vectors, where the names correspond to gene set identifiers and the vectors are gene symbols.

Arguments

file

The path to GMT file to parse.

See Also

gsc2tmod()