printMsigdbDataset {RCAS} | R Documentation |
Print MSIGDB Dataset to a file This function is used to print a MSIGDB dataset into a file. Mostly useful when human data is mapped to another species, and that mapping is required to run the report.
printMsigdbDataset(dataset, outputFilename)
dataset |
A list of vectors containing gene sets from MSIGDB |
outputFilename |
A character string that denotes the output file name |
A text file printed to the current directory
data(geneSets) printMsigdbDataset(geneSets, 'output.gmt')