I am trying to calculate the gMFI from a data set.
I had a couple questions about how this pop.MFI data type is calculated. What is the transformation/equation that is applied to the raw values (produced when inverse.transform = TRUE) to create the output table of pop.MFI values?
Was there a way to calculate the geometric MFI with this function?
Example code:
MFI_df <- gs_pop_get_stats(gs, nodes = "/Lymphocytes/Single Cells/live/CD3+", type = pop.MFI, inverse.transform = FALSE)