get_top {MouseFM}R 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)

[Package MouseFM version 1.0.0 Index]