Description Usage Arguments Value Examples
Load a MatLib from disk.
1 | loadMat(filename)
|
filename |
The path to the file. |
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.
1 | gmt = loadMat("user/dir/my.gmt")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.