calc_rankings: Calculate the rankings for which gene/protein should be...

View source: R/calc-rankings.R

calc_rankingsR Documentation

Calculate the rankings for which gene/protein should be shown.

Description

Calculate the rankings for which gene/protein should be shown.

Usage

calc_rankings(dataset, chrom = NULL, min_value = 100, max_value = 1000)

Arguments

dataset

The dataset object.

chrom

The chromosome to filter on.

min_value

Minimum score value (defaults to 100).

max_value

Maximum score value (defaults to 1000).

Value

A 'tibble' with the identifiers and rankings.


churchill-lab/qtl2api documentation built on April 17, 2025, 3:27 a.m.