Description Usage Arguments Value Author(s) Examples
A function that formats a .csv user input of gene set data into a numerical vector in decreasing order.
1 | userInput(geneSet)
|
geneSet |
A string path to the gene set user wants to use, stored in a csv file |
a numeric vector sorted in decreasing order with name as geneID and numeric value as fold change
Cathy Cha (aut)
1 2 3 4 | ## Not run:
numVec <- userInput("/extdata/data.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.