rnalysis.filtering.DESeqFilter.from_dataframe

classmethod DESeqFilter.from_dataframe(df: DataFrame, name: str | Path, log2fc_col: str | Literal['log2FoldChange', 'logFC'] = 'log2FoldChange', padj_col: str | Literal['padj', 'adj.P.Val'] = 'padj', pval_col: str | Literal['pvalue', 'P.Value'] = 'pvalue', suppress_warnings: bool = False) DESeqFilter