Plot the normalized bootstraps across all samples.
plot_bootstrap(obj, target_id, units = "est_counts",
color_by = setdiff(colnames(obj$sample_to_covariates), "sample"),
x_axis_angle = 50, divide_groups = TRUE)
a sleuth object that contains a bootstrap summary (see get_bootstrap_summary
)
a character vector of length 1 indicating the target_id (transcript or gene name depending on aggregation mode)
a character vector of either 'est_counts' ('scaled_reads_per_base' for gene_mode) or 'tpm'
a column in the sample to covariates to color by
the angle of the x-axis labels
a ggplot2 object