checkBalance | R Documentation |
A function to visualize experimenta balance after filtering objects and wells. This function requires a design data frame.
checkBalance(data, ..., design, x, size = 3)
data |
A data frame output from any easyXpress function after the |
... |
<[rlang::'dyn-dots']> Variable(s) used to facet the data in the output plot. Variable names can be listed in succession. |
design |
A design data frame like the one output from the |
x |
The independent variable to use as the x-axis of the plot. For example, strain. No quotes are needed. |
size |
The size of the number label used for plotting. The default is 3. |
A list containing two elements.
1) A data frame used to make the diagnostic plot
2) A plot showing the data completeness post filtering. It is faceted by ...
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.