Hi Users,
I have a problem while running the command:
qiime feature-table summarize
--i-table 16S-table-noplant-rarefied-3000_filtered.qza
--o-visualization 16S-table-noplant-summarized.qzv
--m-sample-metadata-file SampleSeq-info.tsv
qiime feature-table tabulate-seqs
--i-data 16S-rep-seqs-filtered.qza
--o-visualization 16S-rep-seqs-filtered-summarized.qzv
I got this error:
Plugin error from feature-table:
The following IDs are not present in the metadata: 'sample1', 'sample10', 'sample11', 'sample12', 'sample13', 'sample14', 'sample15', 'sample16', 'sample17', 'sample18', 'sample19', 'sample2', 'sample20', 'sample22', 'sample24', 'sample3', 'sample4', 'sample5', 'sample6', 'sample7', 'sample8', 'sample9'
Debug info has been saved to /tmp/qiime2-q2cli-err-ulnqjxvc.log
I tried to validate my data on keemei, but i still get the same error
Hello!
The plugin is complaining that sample ids from feature table are not present in the metadata file.
Please check if sampling ids are consistent between feature table and metadata file.
You can create a summary of feature table without metadata file to check sample ids.
By the link you shared access is restricted.
I find it's easier for me to edit my metadata.tsv file then the Qiime2 .qza files. Once you get those sample IDs into the #SampleID column, this command should work much better!
Yes if you are planning to run any analyses with them! Metadata file should contain sample description and grouping for statistical analyses, and therefore sample ids from metadata should match sample ids from feature table.