get_cooks_outliers | R Documentation |
Flag expression features as outliers based on Cook's distance.
get_cooks_outliers(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 is used as a Cook's distance cutoff above which features are considered outliers. Since a Cook's distance value is calculated for every feature and sample, the max Cook's distance value across samples for each feature is used to call outliers.
A boolean vector indicating if a feature was influenced by outlier samples.
get_cooks_cutoff
, plot_cooks_per_sample
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.