View source: R/plotShiftedZScoreTx.R
plotShiftedZScoreTx | R Documentation |
Plot shifted z scores for permutation test results.
plotShiftedZScoreTx(shiftedZScoresTx_results)
shiftedZScoresTx_results |
A |
A plot.
shiftedZScoreTx
file <- system.file(package="RgnTX", "extdata", "shiftedZScoreTx_results.rds")
shiftedZScoreTx_results <- readRDS(file)
p1 <- plotShiftedZScoreTx(shiftedZScoreTx_results)
p1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.