get_top | R Documentation |
Get best strain combinations
get_top(red, n_top)
red |
Reduction factors data frame. |
n_top |
Number of combinations to be returned. |
Data frame
l = prio("chr1",
start = 5000000, end = 6000000,
strain1 = "C57BL_6J", strain2 = "AKR_J"
)
get_top(l$reduction, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.