Description Usage Arguments Examples
This function allows you to export a geneset to a file.
| 1 | export.geneset(df, path, sep = "\t", header = TRUE, index = FALSE)
 | 
| df | Geneset to export. | 
| path | Output file path. | 
| sep | Separator / delimiter character (optional). Default: TAB | 
| header | Whether or not to include a header (optional). Default: TRUE | 
| index | Whether or not to include an index column (optional). Default: FALSE | 
| 1 | export.geneset(df, 'mygeneset.tsv')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.