| vis_reduction_factors | R Documentation | 
Visualize reduction factors
vis_reduction_factors(geno, red, n_top)
| geno | Genotype data frame or GenomicRanges::GRanges object. | 
| red | Reduction factor data frame. | 
| n_top | Number if combinations to be returned. | 
Data frame
l = prio(c("chr1", "chr2"),
  start = c(5000000, 5000000),
  end = c(6000000, 6000000), strain1 = c("C3H_HeH"), strain2 = "AKR_J"
)
plots = vis_reduction_factors(l$genotypes, l$reduction, 2)
plots[[1]]
plots[[2]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.