This function will scale the scores on a percentile and quartile scales

rank_kinases(
  df,
  trns = c("raw", "abs"),
  sort = c("desc", "asc"),
  tool = c("KRSA", "UKA")
)

Arguments

df,

dataframe with 2 columns: Kinase, Score

trns,

for transformation of the score, the values accepted for this argument are abs and raw (abs: use absolute values of scores, raw: no transformation)

sort,

accepts either asc or desc (ascending and descending)

tool,

specifying the name of the tool

Value

Examples