´´CELL´´ has a command line interface called ´´cell´´ with the following arguments:
Main argument |
Description |
---|---|
help |
Prints help |
gen_clusters |
Generates cluster pool |
gen_correlations |
Generates correlation matrix |
In [69]: lines = plot([1,2,3])
In [70]: setp(lines)
alpha: float
animated: [True | False]
antialiased or aa: [True | False]
...snip
CELL command line interface
This subpackage collects modules which define the commands available in cell. Uses plac, based on argparse, for command-line-argument parsing. Plac infers command options from function declaration, making easy for developers to add new commands, by just defining a function.