View source: R/generateFigures.R
generate_pi_histogram | R Documentation |
Creates a histogram showing the sum of absolute deviations by count, the measures used to calculate the pi statistics used in the p-value calculation for the set.
generate_pi_histogram(permutedvalues, quantiledata)
permutedvalues |
a tibble of feature ranks, feature names, feature importance scores, log feature importance scores and permutation # generated by the load_permuted_fws function |
quantiledata |
a tibble containing: feature ranks, mean, lower, upper, and observed as well as logmean, loglower, logupper, logobserved generated by the calculateQuantiles function |
This function generates a histogram illustrating the sum of absolute deviations in the permuted set vs the true (observed) set. It is a visualization of the data used to calculate the p-value for the entire feature set.
A histogram of count by sum of absolute deviations, showing the differences between the null and observed datasets.
pihist_plot<-generate_pi_histogram(feat_importances$permuted_importances, quantile_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.