View source: R/mouse_to_human.R
After running differential gene expression in Loupe with mouse data, gene names need to be converted to human homologs for GSEA. Returns list where each element is a cluster from the Loupe export
| 1 2 3 4 5 | loupe_mouse_to_human(
  loupe_export = NULL,
  mouse_db = hciRdata::mouse102,
  only_named = TRUE
)
 | 
| loupe_export | The CSV table exported from Loupe | 
| mouse_db | The mouse database with human homologs. Default is hciRdata::mouse102 | 
| only_named | Return only genes with human homologs. Defalt is TRUE | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.