rank_list_by: Rank table by given variable

View source: R/functional_functions.R

rank_list_byR Documentation

Rank table by given variable

Description

Ranks a given table by the given column name. It requires a GENE_SYMBOL column to include gene IDs.

Usage

rank_list_by(
  table_data,
  option_given = "logFC",
  GENE_SYMBOL.col = "GENE_SYMBOL"
)

Arguments

table_data

Dataframe containing information

option_given

Column name to retrieve data.


HCGB-IGTP/HCGB.IGTP.DAnalysis documentation built on April 13, 2025, 12:03 a.m.