View source: R/utility_functions.R
updateGeneSets | R Documentation |
Takes genesets stored in Excel sheets, and converts them to dataframes stored in lists.
updateGeneSets(input.file, output.file, dir = "", dev.directory.flag = F)
input.file |
Excel file (input). Must have ".xlsx" suffix. A character. |
output.file |
Rdata file (output). Must have ".rda" suffix. A character. |
dir |
Directory of input and output file (same folder). A character. |
dev.directory.flag |
Logical indicating whether to use developer specific director. Default is False. If true dir is ignored. |
List of data.frames saved as Rdata file.
Nicholas Mikolajewicz
## Not run:
updateGeneSets("geneSets_MASTER_080622update.xlsx", "geneSets.rda", dev.directory.flag = T)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.