forked from samuel-marsh/scCustomize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
131 lines (114 loc) · 4.35 KB
/
_pkgdown.yml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
url: https://samuel-marsh.github.io/scCustomize/
template:
params:
bootswatch: flatly
home:
sidebar:
structure: [links, license, custom, authors, dev]
components:
custom:
title: Citation
text: "[Citing scCustomize](https://samuel-marsh.github.io/scCustomize/articles/FAQ.html)"
navbar:
left:
- text: "Getting Started"
href: index.html
- text: "Install"
href: articles/Installation.html
- text: "Vignettes"
menu:
- text: Plotting Vignettes
- text: "Plotting #1: Analysis Plots"
href: articles/Gene_Expression_Plotting.html
- text: "Plotting #2: QC Plots"
href: articles/QC_Plots.html
- text: "Plotting #3: Sequencing QC Plots/Analysis"
href: articles/Sequencing_QC_Plots.html
- text: "Plotting #4: Iterative Plotting Functions"
href: articles/Iterative_Plotting.html
- text: "Customized Color Palettes & Themes"
href: articles/Color_Palettes.html
- text: -------
- text: Helpers & Utilities
- text: "Read & Write Data Functions"
href: articles/Read_and_Write_Functions.html
- text: "Marker Identification & Cluster Annotation Helpers"
href: articles/Markers_and_Cluster_Annotation.html
- text: "Statistics Functions"
href: articles/Statistics.html
- text: "General Helpers & Utilities"
href: articles/Helpers_and_Utilities.html
- text: "Misc Functions"
href: articles/Misc_Functions.html
- text: -------
- text: Other Package Interactivity/Functions
- text: "LIGER Plotting & Functionality"
href: articles/LIGER_Functions.html
- text: "Cell Bender Functionality & Plotting"
href: articles/Cell_Bender_Functions.html
- text: "News/Changelog"
href: news/index.html
- text: "Reference"
href: reference/index.html
- text: FAQ
href: articles/FAQ.html
reference:
- title: "Read & Write Data"
desc: "Functions for reading and writing single cell sequencing data from raw data files."
- contents:
- has_concept("read_&_write")
- title: "Sequencing Metrics QC Plots"
desc: "Functions plotting various QC metrics provides by 10X Genomics Cell Ranger Outputs"
- contents:
- has_concept("seq_qc_plotting_layout")
- has_concept("seq_qc_plotting_basic")
- has_concept("seq_qc_plotting_alignment")
- title: "Basic Analysis QC Plots"
desc: "Functions plotting various QC from Seurat Objects."
- contents:
- has_concept("object_qc_plotting")
- title: "Seurat Plotting Functions"
desc: "Functions customization and plotting of single cell data/results from Seurat Objects."
- contents:
- has_concept("seurat_plotting")
- has_concept("other_seurat_plotting")
- title: "Iterative Plotting Functions"
desc: "Functions for quick iterative plotting."
- contents:
- has_concept("iterative_plotting")
- title: "LIGER Plotting Functions"
desc: "Functions customization and plotting of single cell data/results from LIGER Objects."
- contents:
- has_concept("liger_plotting")
- title: "Plotting Utilities #1 (Color Palettes)"
desc: "Helper functions for quick access to useful or default color palettes."
- contents:
- has_concept("palettes")
- title: "Plotting Utilities #2 (Themes/Theme Adjustment)"
desc: "Helper functions for quick modification of theme elements and custom themes."
- contents:
- has_concept("themes")
- title: "Helper Utilities (Seurat)"
desc: "Functions to provide ease of use for frequently used code from Seurat Objects."
- contents:
- has_concept("helper_util")
- has_concept("object_util")
- title: "Helper Utilities (LIGER)"
desc: "Functions to provide ease of use for frequently used code from LIGER Objects."
- contents:
- has_concept("liger_object_util")
- title: "Cluster/Marker Annotation Utilities"
desc: "Functions to provide ease of use or add functionality to DEG and cluster annotation."
- contents:
- has_concept("marker_annotation_util")
- title: "Project Organization Utilities"
desc: "Functions to provide ease of use for organization of analysis projects."
- contents:
- has_concept("organization_util")
- title: "Statistics Functions"
desc: "Functions quick return of different object and data metrics."
- contents:
- has_concept("stats")
- has_concept("stats_plotting")
deploy:
install_metadata: true