ranks-methods: Retrieve ranked prioritisation list

Description Usage Arguments Value Author(s) Examples

Description

Retrieve ranked prioritisation list

Usage

1
2
3
4
ranks(object)

## S4 method for signature 'netprioR'
ranks(object)

Arguments

object

A netprioR object

Value

Ranked list of prioritised genes

Author(s)

Fabian Schmich

Examples

1
2

Example output

# A tibble: 950 x 3
    Rank    Id Score
   <int> <int> <dbl>
 1     1   461 0.687
 2     2   452 0.644
 3     3   472 0.612
 4     4   481 0.517
 5     5   978 0.510
 6     6   315 0.508
 7     7    37 0.504
 8     8   666 0.501
 9     9   462 0.491
10    10   565 0.469
# ... with 940 more rows

netprioR documentation built on Nov. 8, 2020, 5:40 p.m.