pylimma.mroast
- pylimma.mroast(y, index, design=None, contrast=None, geneid=None, set_statistic='mean', gene_weights=None, var_prior=None, df_prior=None, nrot=1999, approx_zscore=True, legacy=False, adjust_method='BH', midp=True, sort='directional', rng=None, **lmfit_kwargs)[source]
Rotation gene-set test over many sets.
Port of R limma’s
mroast.default. Seeroast()for the single-set API; this version returns apandas.DataFrame.The
sortargument acceptsTrue/False(aliased to"directional"/"none") as well as the R strings.