Entering edit mode
Hi,
I am trying to used the metagen function to perform a meta-analysis on multiple datasets. In the vignette the data frame for the data parameter, contains one study per line in the dataframe. Is it possible to input multiple data frames at once? I want to do an comparison on the top ten genes in each of the 4 datasets, and I believe that having one study per line won't work.
I tried this but I don't know if it is correct: meta2 <- metagen(logFC,SE, data = c(e1,e2,e3,e4))
Please advise.