plotShiftedZScoreTx: Plot shifted z scores

View source: R/plotShiftedZScoreTx.R

plotShiftedZScoreTxR Documentation

Plot shifted z scores

Description

Plot shifted z scores for permutation test results.

Usage

plotShiftedZScoreTx(shiftedZScoresTx_results)

Arguments

shiftedZScoresTx_results

A shiftedZScoreTx.results object.

Value

A plot.

See Also

shiftedZScoreTx

Examples

file <- system.file(package="RgnTX", "extdata", "shiftedZScoreTx_results.rds")
shiftedZScoreTx_results <- readRDS(file)
p1 <- plotShiftedZScoreTx(shiftedZScoreTx_results)
p1

yue-wang-biomath/RgnTX documentation built on Aug. 24, 2023, 1:12 p.m.