update for Jan 2025

This commit is contained in:
Natalie Elphick 2025-01-24 12:32:34 -08:00
parent 98e1c6b026
commit 03f07124d1
5 changed files with 60 additions and 355 deletions

View file

@ -2572,7 +2572,7 @@ class CountdownTimer {
<h1 class="title">Introduction to R Data Analysis</h1>
<h1 class="subtitle">Part 1</h1>
<h2 class="author">Natalie Elphick</h2>
<h3 class="date">November 11th, 2024</h3>
<h3 class="date">January 27th, 2025</h3>
</section>
<section id="section" class="slide level2">
@ -2584,7 +2584,9 @@ class CountdownTimer {
<section id="introductions" class="slide level2">
<h2>Introductions</h2>
<p><strong>Natalie Elphick</strong><br />
Bioinformatician I</p>
Bioinformatician II</p>
<p><strong>Michela Traglia</strong><br />
Senior Statistician</p>
</section>
<section id="poll-1" class="slide level2">
<h2>Poll 1</h2>
@ -2921,7 +2923,7 @@ types/structures</strong> (ex. nested lists)</li>
<section id="min-break" class="title-slide slide level1">
<h1>10 min break</h1>
<center>
<div class="countdown" id="timer_1fd2ccf2" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
<div class="countdown" id="timer_d165775b" data-update-every="1" tabindex="0" style="right:0;bottom:0;margin:5%;padding:50px;font-size:5em;position: relative; width: min-content;">
<div class="countdown-controls"><button class="countdown-bump-down"></button><button class="countdown-bump-up">+</button></div>
<code class="countdown-time"><span class="countdown-digits minutes">10</span><span class="countdown-digits colon">:</span><span class="countdown-digits seconds">00</span></code>
</div>
@ -3091,7 +3093,7 @@ correct format</li>
<h2>Why use Tidyverse Packages?</h2>
<ul>
<li>Most of the work in data analysis is getting data into the correct
format to create outputs</li>
format to create outputs (plots and tables)</li>
<li>The tidyverse collection of packages simplifies this process
<ul>
<li>Intuitive syntax</li>
@ -3110,21 +3112,21 @@ graphics)</li>
<section id="workshop-survey" class="slide level2">
<h2>Workshop survey</h2>
<ul>
<li>Please fill out our <a href="https://www.surveymonkey.com/r/F75J6VZ">workshop survey</a> so we
can continue to improve these workshops</li>
<li>Please fill out our <a href="https://www.surveymonkey.com/r/bioinfo-training">workshop
survey</a> so we can continue to improve these workshops</li>
</ul>
</section>
<section id="upcoming-workshops" class="slide level2">
<h2>Upcoming Workshops</h2>
<p><a href="https://gladstone.org/events/introduction-scatac-seq-data-analysis">Introduction
to scATAC-seq Data Analysis</a><br />
November 14 - November 15, 2024 1:00-4:00pm PST</p>
<p><a href="https://gladstone.org/events/introduction-linear-mixed-effects-models-0">Introduction
to Linear Mixed Effects Models</a><br />
November 18-November 19, 2024 1:00-3:00pm PST</p>
<p><a href="https://gladstone.org/events/scatac-seq-and-scrna-seq-data-integration">scATAC-seq
and scRNA-seq Data Integration</a><br />
November 22, 2024 1:00-4:00pm PST</p>
<p><a href="https://gladstone.org/events/introduction-unix-command-line-2">Introduction
to Unix Command Line</a><br />
February 10-February 11, 2025 1:00-3:00pm PST</p>
<p><a href="https://gladstone.org/events/introduction-rna-seq-analysis-8">Introduction
to RNA-Seq Analysis</a><br />
February 13-February 14, 2025 1:00-4:00pm PST</p>
<p><a href="https://gladstone.org/events/intermediate-rna-seq-analysis-using-r-6">Intermediate
RNA-Seq Analysis Using R</a><br />
February 20, 2025 9:00am-12:00pm PST</p>
<ul>
<li>Check <a href="https://gladstone.org/events?series=data-science-training-program">this
link</a> at for the full schedule</li>

File diff suppressed because one or more lines are too long