draw_idr_distribution_histogram {idr2d} | R Documentation |
Creates diagnostic plots to visualize the results of
estimate_idr
.
draw_idr_distribution_histogram( df, remove_na = TRUE, xlab = "IDR", ylab = "density", title = "IDR value distribution" )
df |
part of output of
| ||
remove_na |
logical; should NA values be removed? | ||
xlab |
character; x axis label | ||
ylab |
character; y axis label | ||
title |
character; plot title |
ggplot2 object; IDR distribution histogram
idr_results <- estimate_idr1d(idr2d:::chipseq$rep1_df, idr2d:::chipseq$rep2_df, value_transformation = "log") draw_idr_distribution_histogram(idr_results$rep1_df)