plot_combn_residuals | R Documentation |
Plots replicate comparisons for all replicates in a list of screens and outputs
plots to a given folder. Works for data returned from call_combn_hits
.
plot_combn_residuals(
scores,
residuals,
condition_name,
output_folder,
neg_type = "Negative",
pos_type = "Positive",
plot_type = "png"
)
scores |
Dataframe of scores returned from |
residuals |
Residuals returned with the return_residuals argument set to true
from |
condition_name |
Name of condition passed to |
output_folder |
Folder to output plots to. |
neg_type |
Label for significant effects with a negative differential effect
passed to |
pos_type |
Label for significant effects with a positive differential effect
passed to |
plot_type |
Type of plot to output, one of "png" or "pdf" (default "png"). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.