rank_kinases: Rank Kinases based on a score

View source: R/rank_kinases.R

rank_kinasesR Documentation

Rank Kinases based on a score

Description

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

Usage

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


kalganem/creedenzymatic documentation built on March 31, 2024, 11:58 a.m.