biocore / songbird

Vanilla regression methods for microbiome differential abundance analysis
BSD 3-Clause "New" or "Revised" License
54 stars 25 forks source link

log(a/b) - a and b values #130

Closed L-Boonstra closed 4 years ago

L-Boonstra commented 4 years ago

Hello, I have a question regarding the output.

The differential.tsv file contains the log2-fold/ranking values, which comes from the formula log(a/b)+k. Is it possible to also obtain the values of the a and b besides the ranking?

mortonjt commented 4 years ago

A and B here denote before and after right? Since these are absolute abundances, it's not possible to estimate those without a carefully designed flow cytometry / qPCR experiment.

On Sun, May 10, 2020, 8:36 AM L-Boonstra notifications@github.com wrote:

Hello, I have a question regarding the output.

The differential.tsv file contains the log2-fold/ranking values, which comes from the formula log(a/b)+k. Is it possible to also obtain the values of the a and b besides the ranking?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/biocore/songbird/issues/130, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA75VXM4JJISGDPODTSUSVDRQ23WXANCNFSM4M5ISAFQ .

L-Boonstra commented 4 years ago

Thank you for answering