alphapepttools.tl.diff_exp_ebayes#
- alphapepttools.tl.diff_exp_ebayes(adata, between_column, comparison)#
Run Limma eBayes moderated ttest for differential expression
- Parameters:
- Return type:
- Returns:
pd.DataFrame | None DataFrame with Limma eBayes differential expression results.
Notes
This implementation removes all features with any missing values to ensure compatibility with the inmoose Limma implementation. If features with missing values should be retained, their missing values must be imputed prior to running this function.