rank_kinases | R Documentation |
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")
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.