QQplot2RealData: function QQplot2RealData; plot both with ggplot2 and with...

View source: R/summary_functions.R

QQplot2RealDataR Documentation

function QQplot2RealData; plot both with ggplot2 and with basic plot

Description

function QQplot2RealData; plot both with ggplot2 and with basic plot

Usage

QQplot2RealData(
  real_data,
  sim_data,
  expressed_prop,
  plot_file_name,
  print_data_dir = NA
)

Arguments

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


YosefLab/SymSim documentation built on Sept. 30, 2024, 2:22 p.m.