View source: R/krsa_coverage_plot.R
krsa_coverage_plot | R Documentation |
This function takes in the chipCov map, Z score table, and chip type to produce a coverage plot (Percentage of total coverage of kinases on chip)
krsa_coverage_plot(chipCov, Ztable, chipType = c("STK", "PTK"))
chipCov |
df of kinase mapping for either STK or PTK chip |
Ztable |
Z score table |
chipType |
type of chip, either STK or PTK |
ggplot object
Other plots:
krsa_ball_model()
,
krsa_curve_plot()
,
krsa_cv_plot()
,
krsa_heatmap()
,
krsa_heatmap_grouped()
,
krsa_histogram_plot()
,
krsa_reverse_krsa_plot()
,
krsa_violin_plot()
,
krsa_violin_plot_grouped()
,
krsa_waterfall()
,
krsa_zscores_plot()
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.