readGeneTermSets {FGNet} | R Documentation |
Reads a file containing gene-term sets (formatted output from FEA) and transform it into clusters/metagroups and geneTermSets tables to imput to FGNet.
readGeneTermSets(fileName, tool = NULL, simplifyGage = TRUE)
fileName |
character. File name of the .txt file. |
tool |
character. Tool used for the FEA (row name from |
simplifyGage |
logical. Only for GAGE: Wether to simplify the results and keep only the essential terms in the clustes. |
List formated in the same way as the fea functions.
Overview of the package: FGNet
Package tutorial: vignette("FGNet-vignette")