-
Notifications
You must be signed in to change notification settings - Fork 124
Plugins
Damien Farrell edited this page Jul 25, 2017
·
1 revision
Plugins are for adding custom functionality that is too specific to be in the main application.
There are several built in plugins already installed:
- Factor plots - plotting complex categorical data
- Batch File rename - dialog for renaming files before you import
- IPython console - view an ipython terminal to manipulate the table data
- Differential expression - performing differential gene expression analysis, requires R installed
See Writing Plugins on how to implement your own plugin if you know Python.