get_top: Best strain combinations

View source: R/prio.R

get_topR Documentation

Best strain combinations

Description

Get best strain combinations

Usage

get_top(red, n_top)

Arguments

red

Reduction factors data frame.

n_top

Number of combinations to be returned.

Value

Data frame

Examples

l = prio("chr1",
  start = 5000000, end = 6000000,
  strain1 = "C57BL_6J", strain2 = "AKR_J"
)

get_top(l$reduction, 3)

matmu/MouseFM documentation built on Sept. 3, 2022, 5:46 a.m.