Description Usage Arguments Author(s) See Also
This function generates 3 types of plots for each node in object
:
A scatter plot depicting the distribution of complexities within each node.
A scatter plot depicting the mean expression of housekeeping gene for each cell.
A hostogram plot depicting the mean expression distribution of each gene.
The function is inteneded to be called **prior** to preproccesing to assist in choosing
the right QC thresholds for each metric and enable plotting and saving in bulk for all
the nodes contained in object
.
1 2 3 4 5 6 | scandal_plot_qc_metrics(
object,
show_plot = TRUE,
save_to_file = TRUE,
histogram_bin_width = 0.2
)
|
object |
a |
show_plot |
logical indicating if the plots should be printed to the graphics device. Allows saving the plots without printing to the graphics device by setting to FALSE. Default is TRUE. |
save_to_file |
logical indicating wether the plots should be saved to the plots directory. Default is TRUE. |
histogram_bin_width |
controls the width of each histogram bin. Default is 0.2. |
Avishay Spitzer
plot_cell_complexity_distribution, plot_mean_housekeeping_expression, plot_mean_expression_frequency
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.