forked from UMGCCCFCSR/CytometryInR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
112 lines (111 loc) · 3.12 KB
/
_quarto.yml
File metadata and controls
112 lines (111 loc) · 3.12 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
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
project:
type: website
output-dir: docs
render:
- index.qmd
- Schedule.qmd
- ExistingResources.qmd
- PackageWalkthroughs.qmd
- Homeworks.qmd
- Announcements.qmd
- course/index.qmd
- course/TakeAwayGallery.qmd
- 00_*
- 01_*
- 02_*
- 03_*
- 04_*
- 05_*
- 06_*
- 07_*
- 08_*
- 09_*
website:
google-analytics: "G-LZ35J3XE4D"
announcement:
icon: info-circle
dismissable: true
content: "See Course tab for Course Materials, see YouTube tab for livestream recordings"
type: info
position: below-navbar
page-navigation: true
title: "Cytometry in R"
navbar:
logo: images/hex.svg
background: white
left:
- text: "About"
href: index.qmd
- text: "Schedule"
href: Schedule.qmd
- text: "Course"
href: course/index.qmd
- text: "Announcements"
href: Announcements.qmd
right:
- text: Existing Resources
href: ExistingResources.qmd
- text: Discussions
href: https://github.com/UMGCCCFCSR/CytometryInR/discussions
- text: Homeworks
href: Homeworks.qmd
- icon: youtube
href: https://www.youtube.com/@CytometryInR
aria-label: YouTube
- icon: github
href: https://github.com/UMGCCCFCSR/CytometryInR
aria-label: GitHub
sidebar:
style: floating
collapse-level: 1
contents:
- section: "Getting Started"
contents:
- text: "00 - GitHub"
href: course/00_GitHub/index.qmd
- text: "00 - Workstation Setup"
href: course/00_WorkstationSetup/index.qmd
- text: "00 - Positron"
href: course/00_Positron/index.qmd
- text: "00 - Git"
href: course/00_Git/index.qmd
- text: "00 - Quarto"
href: course/00_Quarto/index.qmd
- text: "00 - Getting Help"
href: course/00_Homeworks/index.qmd
- text: "00 - Floreada"
href: course/00_Floreada/index.qmd
- section: "Intro to R"
contents:
- text: "01 - Installing R Packages"
href: course/01_InstallingRPackages/index.qmd
- text: "02 - File Paths"
href: course/02_FilePaths/index.qmd
- text: "03 - Inside a .FCS file"
href: course/03_InsideFCSFile/index.qmd
- text: "04 - Intro to Tidyverse"
href: course/04_IntroToTidyverse/index.qmd
- text: "05 - Gating Sets"
href: course/05_GatingSets/index.qmd
- text: "06 - Visualizing With ggplot2"
href: course/06_Visualizing/index.qmd
- text: "07 - Applying Transformations"
href: course/07_Transformations/index.qmd
- text: "08 - Ways to Gate"
href: course/08_WaysToGate/index.qmd
- text: "09 - It's Raining Functions!"
href: course/09_Functions/index.qmd
- section: "Cytometry Core"
href: Schedule.qmd
- section: "Beyond the Sandbox"
href: Schedule.qmd
- section: "The World is your Oyster"
href: Schedule.qmd
page-footer:
left: Made with [Quarto](https://quarto.org/)
right: |


format:
html:
css: styles.css