How do I split my sequencing data?

Running Qiime2-2019.7, most recent version of miniconda on Mac terminal.

I'm trying to use gneiss to analyze differential abundance of strep bacteria in samples with different phenotypes. However, some of my samples are either controls or environmental samples and I do not want to include them in this analysis. However, leaving the phenotype column blank in gneiss ols-regression analysis leads to an error ("cannot convert float NaN to integer"). My environmental and control samples do not have a phenotype, so how I can either separate out only the samples with a phenotype or bypass the error on ols-regression?

Thanks!

Hi @LindseyMeservey,

Welcome to the :qiime2: forum!

There's a ton of ways to filter your data; the data filtering tutorial is probably a good starting place for figuring that out. I would look at filtering by metadata, and probably use the --p-where flag.

Best,
Justine

2 Likes

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