ihw_pval_scatter | R Documentation |
Plots feature p-values vs. feature IHW variable rankings.
ihw_pval_scatter( ihw_data, truncate_y = F, point_color = "gray20", point_alpha = 0.5, point_size = 2 )
ihw_data |
An ihwResult object. |
truncate_y |
If 'TRUE', remove -log10 p-value outliers from the plot (exceed 1.5*IQR above the third quartile). |
point_color |
Scatterplot point fill color. |
point_alpha |
Scatterplot point fill color alpha value. |
point_size |
Scatterplot point size. |
This plot provides insight into how informative the selected IHW variable is in relation to the hypothesis being tested (e.g., differential gene expression). As IHW variable ranking increases (i.e., the rank gets larger) the p-values should trend smaller for more informative variables.
A ggplot object.
Other ihw:
ihw_diagnostic_plots()
,
ihw_partitioned_pval_weights()
,
ihw_pval_cdf()
,
ihw_pval_comparison()
,
ihw_pval_decision_boundary()
,
ihw_pval_ridges()
,
ihw_stratified_pval_hist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.