plot_cooks_per_sample | R Documentation |
Visualizes Cook's distance distribution summary stats across all features for a sample.
plot_cooks_per_sample( dds_fit, point_size = 2.5, point_alpha = 1, cooks_cutoff = NULL, y_lim = NULL )
dds_fit |
A DESeqDataSet object after model fitting. |
point_alpha |
Plot point color alpha value. |
cooks_cutoff |
Cook's distance cutoff value for calling outliers. |
y_lim |
y-axis lower and upper plot limit. |
point_color |
Plot point color. |
Uses Cook's distance values across all features and samples to create a plot with the 25th, 50th, and 75th percentiles of the Cook's distance distrubtion for each sample.
A ggplot object.
get_cooks_cutoff
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.