significance_pval_df: edits a full dataframe of significance symbols from a...

View source: R/local_functions.R

significance_pval_dfR Documentation

edits a full dataframe of significance symbols from a dataframe of p-values

Description

edits a full dataframe of significance symbols from a dataframe of p-values
Symbols as asterisks denote p-values lower than .0001, .001, .01, .05. ns refers to non significant (higher than .5).

Usage

significance_pval_df(x)

Arguments

x

a data frame column of p-values or a pvalues as double (alone or in vector).

Value

p-values symbols as dataframe or as string.


isobxr documentation built on Aug. 23, 2023, 5:06 p.m.