-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
222 lines (216 loc) · 10.3 KB
/
Copy pathindex.html
File metadata and controls
222 lines (216 loc) · 10.3 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Bioinformatics Field Guide: practical, reproducible bioinformatics guides for learners and working scientists."
/>
<meta property="og:title" content="Bioinformatics Field Guide" />
<meta
property="og:description"
content="Practical bioinformatics guides with reproducible setup files, clear explanations, and working examples."
/>
<title>Bioinformatics Field Guide</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/remixicon@4.6.0/fonts/remixicon.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/site.css?v=20260713-map" />
</head>
<body>
<header class="site-header" id="site-header">
<nav class="nav container" aria-label="Primary navigation">
<a href="index.html" class="nav__brand">Bioinformatics Field Guide</a>
<div class="nav__links" id="nav-links">
<a href="#field-map">Field map</a>
<a href="#guides">Guides</a>
<a href="#resources">Resources</a>
<a href="https://github.com/Caffeinated-Code/Bioinformatics-Field-Guide" target="_blank" rel="noreferrer">GitHub</a>
</div>
<div class="nav__actions">
<button class="icon-button" id="theme-toggle" aria-label="Toggle color theme">
<i class="ri-moon-line" aria-hidden="true"></i>
</button>
<button class="icon-button nav__toggle" id="nav-toggle" aria-label="Open menu">
<i class="ri-menu-line" aria-hidden="true"></i>
</button>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="container hero__grid">
<div>
<p class="eyebrow">Practical bioinformatics, from setup to interpretation</p>
<h1>Bioinformatics Field Guide</h1>
<p class="hero__subtitle">
A technical learning map for bioinformatics: start with setup and languages,
then move quickly into real files, workflows, analysis, and research-grade judgment.
</p>
<div class="hero__actions">
<a class="button" href="#field-map">
Explore the field map <i class="ri-arrow-right-line" aria-hidden="true"></i>
</a>
<a class="button button--ghost" href="week-03-bioinformatics-file-types.html">
Jump to real files
</a>
</div>
</div>
<aside class="hero-panel">
<span class="hero-panel__label">What makes this useful</span>
<h2>Short guides with reusable mental models.</h2>
<ul>
<li>Beginner routes for setup, languages, and first notebooks.</li>
<li>Technical routes for file formats, RNA-seq workflows, and differential expression statistics.</li>
<li>New guides are published only after review, testing, and cleanup.</li>
<li>Reusable notebooks, checklists, maps, and reproducible resources.</li>
</ul>
</aside>
</div>
</section>
<section class="section" id="field-map">
<div class="container">
<div class="section__heading">
<p class="eyebrow">Learning map</p>
<h2>Pick a route through the field.</h2>
<p>
This is not only a chronological blog. Use it like a map: enter at your level,
explore by domain, or return when the next reviewed guide is published.
</p>
</div>
<div class="topic-map" aria-label="Bioinformatics learning map">
<article class="map-node map-node--foundation">
<span>Beginner</span>
<h3>Setup and languages</h3>
<p>Build the local stack, learn Bash/Python/R/SQL, and use a local AI assistant as a tutor.</p>
<a href="week-01-laptop-setup-for-bioinformatics.html">Start setup</a>
<a href="week-02-languages-for-bioinformatics.html">Choose languages</a>
</article>
<article class="map-node map-node--core">
<span>Core technical</span>
<h3>Files and public-data practice</h3>
<p>Learn the formats that real bioinformatics work keeps returning to.</p>
<a href="week-03-bioinformatics-file-types.html">Read file types</a>
</article>
<article class="map-node map-node--analysis">
<span>Bulk RNA-seq</span>
<h3>From FASTQ to statistical decisions</h3>
<p>Connect Nextflow and nf-core/rnaseq pipeline execution to count matrices, QC reports, DESeq2 models, replicates, assumptions, and outlier checks.</p>
<a href="week-04-bulk-rnaseq-differential-expression.html">Read bulk RNA-seq</a>
<a href="week-05-nextflow-nfcore-rnaseq.html">Read Nextflow deep dive</a>
</article>
<article class="map-node map-node--frontier">
<span>Later</span>
<h3>More guides are in review</h3>
<p>Future topics will appear here only after they are polished, tested, and ready for readers.</p>
<a href="#resources">Project resources</a>
</article>
</div>
</div>
</section>
<section class="section section--soft" id="guides">
<div class="container">
<div class="section__heading">
<p class="eyebrow">Foundation Series</p>
<h2>Follow the linear path when you want structure.</h2>
<p>
Start here if you want a clean sequence. These are the guides currently published and reviewed.
</p>
</div>
<div class="series-path" aria-label="Foundation Series linear path">
<a class="series-step" href="week-01-laptop-setup-for-bioinformatics.html">
<span>01</span>
<strong>Set Up Your Laptop</strong>
<em>Conda, Docker, JupyterLab, VS Code, Ollama, BioChatter</em>
</a>
<a class="series-step" href="week-02-languages-for-bioinformatics.html">
<span>02</span>
<strong>Pick Your Languages</strong>
<em>Bash, Python, R, SQL, notebooks, AI-assisted learning</em>
</a>
<a class="series-step" href="week-03-bioinformatics-file-types.html">
<span>03</span>
<strong>Learn Real File Types</strong>
<em>FASTQ, BAM, VCF, GTF, count matrices, metadata</em>
</a>
<a class="series-step" href="week-04-bulk-rnaseq-differential-expression.html">
<span>04</span>
<strong>Understand Bulk RNA-seq</strong>
<em>nf-core/rnaseq, count matrices, DESeq2 designs, outliers, caveats</em>
</a>
<a class="series-step series-step--active" href="week-05-nextflow-nfcore-rnaseq.html">
<span>05</span>
<strong>Run Reproducible RNA-seq Pipelines</strong>
<em>Nextflow channels, processes, profiles, nf-core/rnaseq structure, MultiQC handoff</em>
</a>
</div>
</div>
</section>
<section class="section" id="resources">
<div class="container">
<div class="section__heading">
<p class="eyebrow">Reusable resources</p>
<h2>Run the examples, not just the articles.</h2>
</div>
<div class="card-grid">
<article class="resource-card">
<h3>Environment</h3>
<p>Conda environment file for the starter bioinformatics stack.</p>
<a href="content/resources/week-01/environment.yml">environment.yml</a>
</article>
<article class="resource-card">
<h3>Docker</h3>
<p>Dockerfile and Compose setup for the JupyterLab workspace.</p>
<a href="content/resources/week-01/docker-compose.yml">docker-compose.yml</a>
</article>
<article class="resource-card">
<h3>BioChatter demo</h3>
<p>A tiny local BioChatter + Ollama example for explaining observed output.</p>
<a href="content/resources/week-01/biochatter_ollama_demo.py">demo script</a>
</article>
<article class="resource-card">
<h3>Week 2 notebooks</h3>
<p>Bash, Python, R, and SQL confidence labs with tiny bioinformatics data.</p>
<a href="content/resources/week-02/README.md">open resources</a>
</article>
<article class="resource-card">
<h3>Week 3 file lab</h3>
<p>FASTQ, SAM/BAM, VCF, GTF, BED, bedGraph, bigWig, public-file drill, and expected outputs.</p>
<a href="content/resources/week-03/README.md">open resources</a>
</article>
<article class="resource-card">
<h3>Week 4 RNA-seq designs</h3>
<p>nf-core samplesheet, DESeq2 design cheat sheet, and runnable design-matrix demo.</p>
<a href="content/resources/week-04/README.md">open resources</a>
</article>
<article class="resource-card">
<h3>Week 5 Nextflow</h3>
<p>nf-core/rnaseq test runner, samplesheet template, syntax cheat sheet, and output folder map.</p>
<a href="content/resources/week-05/README.md">open resources</a>
</article>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer__grid">
<div>
<strong>Bioinformatics Field Guide</strong>
<p>Built for practical, reproducible bioinformatics learning.</p>
</div>
<a href="https://github.com/Caffeinated-Code" target="_blank" rel="noreferrer">
Caffeinated-Code <i class="ri-external-link-line" aria-hidden="true"></i>
</a>
</div>
</footer>
<script src="assets/site.js?v=20260713-map"></script>
</body>
</html>