View source: R/buildBroadGSEAcomm.R
buildBroadGSEAcomm | R Documentation |
Build the command-line command to run BROAD GSEA
buildBroadGSEAcomm(
gseaJar,
javaBin,
rnkFiles,
gmtFile,
chipFile,
nperm = 1000L,
collapse = FALSE,
plotTopX = 25,
outdir = "./",
addShebang = TRUE
)
gseaJar |
Character string, full file name of BROAD GSEA (gene permutation) jar file |
javaBin |
Character string, java binary file |
rnkFiles |
Character string, rank files |
gmtFile |
A |
chipFile |
A |
nperm |
Integer, number of permutations |
collapse |
Logical, whether to collapse duplicated features |
plotTopX |
Integer, top gene-sets to be visualized |
outdir |
Character string, the path of output |
addShebang |
Logical, whether to add Shebang to the script The command builds command-line command to run gene-permutation GSEA over many rank files. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.