-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
58 lines (51 loc) · 1.39 KB
/
Copy path_pkgdown.yml
File metadata and controls
58 lines (51 loc) · 1.39 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
57
58
url: https://MobinKhoramjoo.github.io/bulkseqvis
template:
bootstrap: 5
# Explicitly set developer/author for the sidebar
authors:
Mobin Khoramjoo:
href: https://github.com/MobinKhoramjoo
roles: [aut, cre]
# Navigation Bar Setup
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
reference:
text: Functions
href: reference/index.html
articles:
text: Vignette
href: articles/workflow.html
# Organize functions into logical groups
reference:
- title: "Data Import & Object Creation"
desc: "Functions to set up the analysis object."
contents:
- create_bulkseqvis_object
- print.bulkseq
- title: "Quality Control"
desc: "Visualizations for checking data quality and sample similarity."
contents:
- overall_count_boxplot
- sample_distance_heatmap
- title: "Dimensionality Reduction"
desc: "Exploratory analysis using PCA, UMAP, and t-SNE."
contents:
- plot_pca_2d
- plot_pca_3d
- plot_umap_2d
- plot_tsne_2d
- title: "Differential Expression"
desc: "Core analysis functions."
contents:
- DEG
- title: "Results Visualization"
desc: "Plots for interpreting differential expression results."
contents:
- plot_volcano
- plot_deg_bar
- plot_fcvsfc
- plot_fc_dotplot
- plot_gene_boxplot