Hi all,
New QIIME2 user here. Iām using q2-longidunal plugin to run a first-differences analysis on my Shannon diversity data over time. My time variable includes timepoints of sampling that are unequally spaced. The result is that I get only a couple of correctly-calculated first distance values, instead of first distance values for all samples. If I use a dummy variable of equally spaced time points, I have no such problem. No error messages.
Code to recreate the problem:
qiime longitudinal first-differences \
--m-metadata-file mapping_RS.txt\
--m-metadata-file reimport_shannon.qza\
--p-state-column Days-Post-Trach\
--p-metric shannon\
--p-individual-id-column Participant-ID\
--p-replicate-handling random\
--o-first-differences FirstDifferences_days.qza
Iām providing my files as needed to recreate the problem.
mapping_RS.txt (9.9 KB)
reimport_shannon.qza (16.7 KB)
The output from this file here is ok, using my dummy time variable.
FirstDifferences_days.tsv (1.9 KB)
This is the output with my actual time variable, that does not work right.
FirstDifferences.tsv (157 Bytes)
If you can help me please get all the samples to calculate first differences properly, Iād be grateful.
Thanks!