Generates a coverage plot (Percentage of total coverage of kinases on chip)
Source:R/krsa_coverage_plot.R
krsa_coverage_plot.Rd
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)
Usage
krsa_coverage_plot(chipCov, Ztable, chipType = c("STK", "PTK"))
Arguments
- chipCov
df of kinase mapping for either STK or PTK chip
- Ztable
Z score table
- chipType
type of chip, either STK or PTK
See also
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()