Generate scatterplot with per-gene expression values (y-axis), CN values (x-axis) and mutation status info (colours), if provided
Source:R/mutCNexprPlot.R
      mutCNexprPlot.RdGenerates scatterplot with per-gene expression values (y-axis), CN values (x-axis) and mutation status info (colours), if provided
Usage
mutCNexprPlot(
  data,
  alt_data = FALSE,
  cn_bottom = cn_bottom,
  cn_top = cn_top,
  comp_cancer,
  type = "z",
  report_dir
)