neurorestore/Libra

Just wanna be sure about the result.

hjh-air-cond opened this issue · 2 comments

Thanks for make such a good work! It definately makes scRNA-seq DEGs analysis eaiser!

And there, I just wanna know for sure about the avg_logFC in the result. Is that just one of log2 or log10, or is that depending on the de_method and de_family parameters?

Thanks!

For single-cell and mixed model methods the logFC is calculated as in Seurat (log2 on tp10k). For pseudobulk methods the logFC calculated by each method (DESeq2, edgeR, limma) is provided.

For single-cell and mixed model methods the logFC is calculated as in Seurat (log2 on tp10k). For pseudobulk methods the logFC calculated by each method (DESeq2, edgeR, limma) is provided.

Got That! Thanks for your reply!