Visualize relative table

I try to visualize relative table from "qiime feature-table relative-frequency" like below;
qiime feature-table summarize
--i-table genus_relative.qza
--o-visualization genus_relative.qzv
--m-sample-metadata-file metadata.txt

it show error;
(1/1) Invalid value for '--i-table': Expected an artifact of at least type
FeatureTable[Frequency | PresenceAbsence]. An artifact of type
FeatureTable[RelativeFrequency] was provided.

Can you describe what happen?

Hello @Natchaphon_Rajudom,

Unfortunately it looks like the summarize visualizer currently only accepts feature tables that are in frequency or presence-absence format, not those in relative frequency format. I'm unsure if there is a reason for this beyond no one ever having gotten around to it. I'll ask some of the other developers and if there is no such reason we can open an issue to have this implemented in the future.

Hi @Natchaphon_Rajudom
I believe we currently exclude relative frequency tables in summarize because we report counts in that viz.

This is currently on our todo list for development!