Heat map image size

hello,
i would like to ask about heat map. I tried to create heat map using this command line’
qiime feature-table heatmap --i-table table.qza --m-metadata-file sample-metadata.tsv --m-metadata-category Description --p-metric euclidean --p-method average --p-cluster samples --p-color-scheme rocket --o-visualization heatmap.qzv
but i got an error said
Image size of 130208x2444 pixels is too large. It must be less than 2^16 in each direction.

how could i fix this?

thank you so much
mz

Hi @zeineldn! There is an open issue tracking the bug but it hasn’t been fixed yet. We’ll follow up here when it’s fixed in a QIIME 2 release!

This error message happens if your feature table has a lot of features or samples. See @thermokarst’s suggestion for how to reduce the number of features in the table, and @ebolyen’s suggestion for reducing the number of samples in the table.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.