This function takes in chipCov df, the LFC table, kinases, LFC threshold, and generates the reverse krsa plot (to examine kinase activity)

krsa_reverse_krsa_plot(
  chipCov,
  lfc_table,
  kinases,
  lfc_thr,
  byChip = T,
  facet = F
)

Arguments

chipCov

chipCov df for eaither STK or PTK

lfc_table

the LFC table

kinases

vector of kinases

lfc_thr

LFC threshold

byChip

will facet by Barcode

facet

facet by chip

Value

ggplot object

Examples

TRUE
#> [1] TRUE