Bootstrap_estimate_Plot | R Documentation |
This forest plot shows the correct estimate values and 95% CI for different celltyppes, using the ggplot packages
Bootstrap_estimate_Plot(
bootstrap_results,
figurenames = NULL,
width = 9,
height = 7,
do_plot = F
)
bootstrap_results |
result list of Pagwas from Pagwas$bootstrap_results or Pagwas@misc$bootstrap_results |
figurenames |
The filename and address of the output plot, default is "test_forest.pdf".IF figurenames= NULL, only plot the figure and have not pdf figure. |
width |
figure width |
height |
figure height |
do_plot |
whether to plot the plot. |
A forest plot with the table of p values
Chunyu Deng
library(scPagwas)
load(system.file("extdata", "Pagwas_data.RData", package = "scPagwas"))
Bootstrap_estimate_Plot(
Pagwas = Pagwas_data,
width = 9,
height = 7,
do_plot = TRUE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.