View source: R/percentile_rank.R
percentile_rank | R Documentation |
This function ranks genes or proteins using a percentile ranking for a selected variable (for example, fold change or pvalue)
percentile_rank(df, symbol, metric, desc = FALSE)
df |
dataframe that contains genes/proteins to rank (tidy format) |
symbol |
column name that contains the gene/protein symbols |
metric |
column name to be used as the metric to rank |
desc |
boolean, ranking in a descending or ascending order. Default = FALSE |
dataframe with percentile ranking
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.