plot_combn_gene_residuals | R Documentation |
Plots guide-level residuals for a given gene pair and returns the plot. Works for data
returned from call_combn_hits
.
plot_combn_gene_residuals(scores, residuals, gene1, gene2, condition_name)
scores |
Dataframe of scores returned from |
residuals |
Residuals returned with the return_residuals argument set to true
from |
gene1 |
First gene name for guides to plot. |
gene2 |
Second gene name for guides to plot. |
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.