View source: R/summary_functions.R
QQplot2RealData | R Documentation |
function QQplot2RealData; plot both with ggplot2 and with basic plot
QQplot2RealData(
real_data,
sim_data,
expressed_prop,
plot_file_name,
print_data_dir = NA
)
real_data |
gene expression matrix of experimental data |
sim_data |
gene expression matrix of simulated data |
plot_file_name |
the pdf file name for the output plots |
print_data_dir |
the directory to print the source data for plots; if NA then do not print |
express_prop |
the minimum proportion of cells a gene should be expressed in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.