plot_qc_cells: QC graphs

View source: R/plot_qc_cells.R

plot_qc_cellsR Documentation

QC graphs

Description

QC graphs

Usage

plot_qc_cells(qc_df, info_df = NULL)

Arguments

qc_df

the output data.frame from qc_cells

info_df

a data.frame with sample merge info (output from merge_samples). Default is NULL (i.e. not used)

Value

a list of ggplots

Author(s)

Jean Monlong

Examples

## Not run: 
ggp.l = plot_qc_cells(qc_df)

## Print first graph
ggpl.l[[1]]

## Customize ggplot
ggpl.l[[1]] + ggtitle('First QC graph')

## End(Not run)

jmonlong/scCNAutils documentation built on Feb. 8, 2025, 8:09 a.m.