View source: R/plot_mx_proportions.R
plot_mx_proportions | R Documentation |
Visualize variance proportions by marker and table
plot_mx_proportions(mx_data)
mx_data |
|
ggplot2
object with proportions plot
mx_data = mx_dataset(mxnorm::mx_sample, "slide_id", "image_id",
c("marker1_vals","marker2_vals","marker3_vals"),
c("metadata1_vals"))
mx_data = mx_normalize(mx_data, transform="log10",method="None")
mx_data = run_var_proportions(mx_data, table="both")
plot_mx_proportions(mx_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.