View source: R/functional_functions.R
rank_list_by | R Documentation |
Ranks a given table by the given column name. It requires a GENE_SYMBOL column to include gene IDs.
rank_list_by(
table_data,
option_given = "logFC",
GENE_SYMBOL.col = "GENE_SYMBOL"
)
table_data |
Dataframe containing information |
option_given |
Column name to retrieve data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.