Skip to contents

Plot QC metrics such as standard deviation (sd), median absolute deviation (MAD), interquartile range (IQR), or Z score or read counts per condition/group of interest in a lollipop chart

Usage

plot_qc_metrics(stats_summary, group_by, metrics)

Arguments

stats_summary

stats_summary a list

group_by

A metadata column name to group data

metrics

to specify one of the QC metrics from stats_summary calculated from QC_metrics

Examples

data("mini_mac")
qc_stats <- compute_qc_metrics(mini_mac, group_by = "combined_id", order_by = "median")