<!-- # scFlow bug report **Describe the bug** Dirichlet cell type proportions is not corrected for multiple testing. **To Reproduce** See [here](https://github.com/combiz/scFlow/blob/9619c6c95b640b6c1e1fdbb78f58ec89d403f446/R/model_celltype_freqs.R) **Expected behavior** I believe .process_dirichlet_fit() should be adjusting before adding significance marker. Maybe adding a parameter for the user to decide which cells they are interested in knowing the difference in proportions of (e.g. if I only care about microglia proportions I don't want to adjust my p-value based on all other cell types). Default should be all cell types though