Description Usage Arguments Value Examples
View source: R/writeQueryFile.R
Wrapper to write GeneMANIA query file
1 2 3 4 5 6 7 | writeQueryFile(
qSamps,
incNets = "all",
numReturn = 1L,
outFile,
orgName = "predictor"
)
|
qSamps |
(char) vector of patient IDs in query |
incNets |
(char) vector of networks to include in this analysis (features/pathway names). Useful for subset-based feature selection |
numReturn |
(integer) number of patients to return in ranking file |
outFile |
(char) path to output file |
orgName |
(char) organism name |
No value. Side effect of writing the query file to
outFile
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.