Description Usage Arguments Value
View source: R/module_app_input_utils.R
Takes user input and parse into list, which can be used by SigBio application.
1 | app_parse_textarea(gene_string)
|
gene_string |
This a string with only gene ids separated by new line character. Optionally it also accepts fold change (fc) next to each gene separated by coma. |
This returns a list containing * Gene vector * Gene with fc. If fc not provided. this is NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.