On the download link on a heatmap page, if the biomaterial has a comma in its name, then the exported csv does not have the comma properly escaped, and the header is split into two columns.
Example, for biomaterial "97837, W" the expression exported might look like this
Pull #435
On the download link on a heatmap page, if the biomaterial has a comma in its name, then the exported csv does not have the comma properly escaped, and the header is split into two columns.
Example, for biomaterial
"97837, W"
the expression exported might look like thisThis was discovered investigating issue #430