ReadGMT {MAGeCKFlute} | R Documentation |
Parse gmt file to a data.frame
ReadGMT(gmtpath, limit = c(3, 30))
gmtpath |
The path to gmt file. |
limit |
A integer vector of length two, specifying the limit of geneset size. |
An data.frame, in which the first column is gene, and the second column is pathway name.
Wubing Zhang