get_cooks_cutoff | R Documentation |
Determine Cook's distance outlier cutoff value.
get_cooks_cutoff(dds_fit, f_threshold = 99)
dds_fit |
A DESeqDataSet object after model fitting. |
f_threshold |
Percentile of the F distribution used as the cutoff for calling outliers. |
Uses differential expression regression model design to specify an F distribution and calculate a value that equates to the user-specified F distribution percentile. This value can be used as a Cook's distance cutoff above which features would be considered outliers.
A Cook's distance value.
get_cooks_outliers
, plot_cooks_per_sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.