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"))

Arguments

chipCov

df of kinase mapping for either STK or PTK chip

Ztable

Z score table

chipType

type of chip, either STK or PTK

Value

ggplot object

Examples

TRUE
#> [1] TRUE