You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People tend to download the tsv file from taxa barplot and build other things based on it. Since it's in a viz, that format or the existence of the file, isn't guaranteed. So we should have a brief how-to that illustrates the following steps:
qiime taxa collapse --i-table table.qza --i-taxonomy taxonomy.qza --p-level 7 --o-collapsed-table species-table.qza
# you may have to rename the first column header in sample-metadata.tsv be "id" (rather than "sample-id") for this step to work
qiime metadata merge --m-metadata1-file species-table.qza --m-metadata2-file sample-metadata.tsv --o-merged-metadata species-table-w-metadata.qza
qiime tools export --input-path species-table-w-metadata.qza --output-path species-table-w-metadata
The text was updated successfully, but these errors were encountered:
People tend to download the tsv file from
taxa barplot
and build other things based on it. Since it's in a viz, that format or the existence of the file, isn't guaranteed. So we should have a brief how-to that illustrates the following steps:The text was updated successfully, but these errors were encountered: