loadMat: Load a MatLib from disk.

Description Usage Arguments Value Examples

View source: R/load_libs.R

Description

Load a MatLib from disk.

Usage

1
loadMat(filename)

Arguments

filename

The path to the file.

Value

A sparse matrix representing the gene library.

A MatLib is a (usually sparse) matrix representing a gene set library. The column labels are gene sets and the rows are genes. Membership of a gene to a gene set is designated by a non-zero entry in the matrix.

Examples

1
gmt = loadMat("user/dir/my.gmt")

MaayanLab/genesetr documentation built on Aug. 14, 2019, 12:20 p.m.