plot_unaltered_counts {DamageDetective} | R Documentation |
plot_unaltered_counts
Description
Function to generate a scatter plot of quality control metrics for unaltered data.
Usage
plot_unaltered_counts(qc_summary, reference)
Arguments
qc_summary |
A data frame containing the quality control summary for cells. |
reference |
A reference data point used for comparison in the plot. |
Details
This function visualizes the distribution of features and proportions of mitochondrial and ribosomal genes for unaltered cells. It provides a reference plot to assess the original data's quality before any alterations.
Value
A ggplot2
object representing the scatter plot of quality control
metrics for unaltered cells.
[Package DamageDetective version 1.0.0 Index]