View source: R/calc-rankings.R
calc_rankings | R Documentation |
Calculate the rankings for which gene/protein should be shown.
calc_rankings(dataset, chrom = NULL, min_value = 100, max_value = 1000)
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). |
A 'tibble' with the identifiers and rankings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.