-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
57 lines (48 loc) · 1.51 KB
/
_quarto.yml
File metadata and controls
57 lines (48 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
project:
type: book
output-dir: docs
book:
title: "MAPA Tutorial"
author: "[Yifei Ge](https://www.shen-lab.org/author/yifei-ge/), [Xiaotao Shen](https://www.jaspershenlab.com/), [Yuchen Shen](https://github.com/EthanShenx)"
date: "6/8/2025"
favicon: "/images/mapa_logo.png"
description: Functional Module Identification and Annotation for Pathway Analysis Results Using LLM
url: http://www.shen-lab.org/mapa-tutorial/
sidebar:
logo: "images/mapa_logo.png"
search: true
repo-url: https://github.com/jaspershen-lab/mapa-tutorial
repo-actions: [edit, issue, source]
image: "images/mapa_logo.png"
chapters:
- index.qmd
- part: "MAPA R Package"
chapters:
- 01_package_installation.qmd
- 02_input.qmd
- 03_enrichment_analysis.qmd
- 04_pathway_similarity.qmd
- 05_determine_optimal_clustering_params.qmd
- 06_get_functional_modules.qmd
- 07_llm_interpretation.qmd
- 08_data_vis.qmd
- 09_res_report.qmd
- part: "MAPA Shiny App/Web"
chapters:
- 10_shinyapp_installation.qmd
- 11_input_shiny.qmd
- 12_enrichment_analysis_shiny.qmd
- 13_pathway_similarity_shiny.qmd
- 14_get_functional_modules_shiny.qmd
- 15_llm_interpretation_shiny.qmd
- 16_data_vis_shiny.qmd
- 17_res_report_shiny.qmd
- references.qmd
bibliography: references.bib
format:
html:
theme:
light: cosmo
dark: superhero
css: custom.css
editor: visual