addZScores: Add Z scores to DE results

View source: R/de_function.R

addZScoresR Documentation

Add Z scores to DE results

Description

Add Z scores to DE results

Usage

addZScores(df)

Arguments

df

Data.frame with the columns "pval", "padj" and "log2FoldChange"

Value

Updated data.frame with Z scores

Examples

## Not run: 
df_adj <- addZScores(df)

## End(Not run)


kharchenkolab/cacoa documentation built on Nov. 8, 2024, 6:06 a.m.