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
I was reviewing the Snakemake file that shows which fields from each tool are being used for the differentials/p-values when I noticed something unexpected regarding the values used from corncob and metagenomeseq. It seems as though thepvalues field from metagenomeseq is being used instead of adjPvalues and the fit.p field from corncob is being used instead of adjusted_p_values. At first I thought this could be because Qadabra performs FDR correction internally, but in that case I'd expect the p-value fields for the other tools to be different as well.
Can someone please explain what's going on there? I'll continue to look into the documentation for each tool and update this issue if I find anything relevant.
The text was updated successfully, but these errors were encountered:
yangchen2
added a commit
to yangchen2/qadabra
that referenced
this issue
Mar 7, 2024
@411an13 Hi Allan! Thanks for catching this. I created a new PR #65 that changes get_pvalue_tool_columns to use the name of the p-value corrected column instead of the non-corrected p-value column. We will merge this shortly - thank you for your patience!!
I was reviewing the Snakemake file that shows which fields from each tool are being used for the differentials/p-values when I noticed something unexpected regarding the values used from corncob and metagenomeseq. It seems as though the
pvalues
field from metagenomeseq is being used instead ofadjPvalues
and thefit.p
field from corncob is being used instead ofadjusted_p_values
. At first I thought this could be because Qadabra performs FDR correction internally, but in that case I'd expect the p-value fields for the other tools to be different as well.Here is a link to the Snakemake file I'm referring to: https://github.com/biocore/qadabra/blob/main/qadabra/workflow/rules/common.smk .
Here's the snippet that shows where the p-values are coming from:
Can someone please explain what's going on there? I'll continue to look into the documentation for each tool and update this issue if I find anything relevant.
The text was updated successfully, but these errors were encountered: