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