plot_missing | R Documentation |
Plot missingness probability against average log abundance.
plot_missing(object, name = NA, alpha = 0.5, link = c("logit", "probit"))
object |
Matrix-like object with features (e.g. genes) as rows and samples as columns. |
name |
File name of the plot. |
alpha |
Transparency of color for data points. The regression line uses half this transparency. |
link |
Binomial link to use. Possibilities are logit or probit. |
Invisibly, a ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.