Assuming you have RNA-seq data, different treatments and replicated samples: With RNA-seq data and the multiple ways of counting/normalization of read counts obviously there exist also different ways how people calculate gene-expression fold-changes. Most of the statistical packages for DE (DESeq, edgeR, ...) will already give you a fold-change (or log2 fold-change) in addition to the p-value for each gene. Since the use different count normalization methods the fold-changes will differ. Another way is to manually calculate FPKM/RPKM values, average them across replicates (assuming we do not have paired samples) and calculate the fold-change by dividing the mean values.

The estimation of fold-changes influence e.g. the selection of DEG when p-value and fold-change cutoffs are applied.

Similar questions and discussions