This takes an .nkg file and creates a 'bylayer' scatter plot variant of the expression plots.
This functionality already exists in Ollie's branch but the input isn't expression data - this issue aims to port this across to plot.py.
This also needs to happen for the non-layerd version:
So perhaps we use two arguments to flip between them:
expression_scatter_plot(expression_data, y_axis_format='layer')
and
expression_scatter_plot(expression_data, y_axis_format='neuron')
I created a script convert_nkg_to_log.py in my latest working branch. This will create pseudo log files from nkg files and then be plotted with the original script.
This takes an
.nkg
file and creates a 'bylayer' scatter plot variant of the expression plots.This functionality already exists in Ollie's branch but the input isn't expression data - this issue aims to port this across to
plot.py
.This also needs to happen for the non-layerd version:
So perhaps we use two arguments to flip between them:
expression_scatter_plot(expression_data, y_axis_format='layer')
andexpression_scatter_plot(expression_data, y_axis_format='neuron')