Hello!
In my dataset I have 47 samples, two of which are technical replicates that were performed to understand if the these would in fact group outside of its expected group or not and/or if the original samples were mislabeled along the way.
By looking at the technical replicate data, it was concluded that the labels for those two originals samples were switched, hence these were grouping with the wrong category.
Now, I wanted to remove these technical replicates using the filter-samples, and I even read a topic on this about how to use the --p-where SQLite clause, but I always get retrieved an error like
Plugin error from feature-table:
Selection of IDs failed with query:
SELECT "#SampleID" FROM metadata WHERE 23SF1B GROUP BY "#SampleID" ORDER BY "#SampleID";
If one of the metadata column names specified in the `where` statement is on this list of reserved keywords (http://www.sqlite.org/lang_keywords.html), please ensure it is quoted appropriately in the `where` statement.
Debug info has been saved to /tmp/qiime2-q2cli-err-qxbelw7o.log
This error was obtained without using the WHERE parameter though. Nevertheless, I've tried a few different commands to specifically filter out the data from these two replicates... can anyone shed a light to which would be the best way? I've read something about creating an extra collumn in the metadata but I didn't fully understand what they meant by that.
Any help will be appreciated