plot_condition_gene_residuals | R Documentation |
Plots guide-level residuals for a given gene and returns the plot. Works for data
returned from call_condition_hits
.
plot_condition_gene_residuals(
scores,
residuals,
gene,
control_name,
condition_name
)
scores |
Dataframe of scores returned from |
residuals |
Residuals returned with the return_residuals argument set to true
from |
gene |
Gene name for guides to plot. |
control_name |
Name of control passed to |
condition_name |
Name of condition passed to |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.