stattests_todo
Placeholder implementations for statistical test functions that need to be implemented.
- pyrnaither.stats.stattests_todo.order_gene_ids(df, col4zscore)[source]
Order gene IDs by Z-score.
- Return type:
DataFrame- Parameters:
df (DataFrame)
col4zscore (str)
- Args:
df: DataFrame containing at least columns [col4zscore]. col4zscore: Column name for Z-score.
- Returns:
DataFrame with gene IDs ordered by Z-score.