Skip to content

Commit 3449b7a

Browse files
authored
Merge pull request #128 from van-bug/madeline
Add event details for Feb 2025
2 parents 6227cac + 76da0fe commit 3449b7a

File tree

5 files changed

+62
-4
lines changed

5 files changed

+62
-4
lines changed

src/archive/2025/2025-02-20.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# Feb - Rob Patro
2+
3+
!!! info "Event Details"
4+
5+
**Date/Time:**
6+
7+
Thursday, February 20th, 2025 :material-clock: 11:00am - 12:30pm PT
8+
9+
**Location:**
10+
11+
:material-video: Remote
12+
13+
/// html | div[class="bio"]
14+
15+
![headshot](./images/rob-patro.jpeg)
16+
17+
/// html | div
18+
19+
**Featured Speaker**: Dr. Rob Patro
20+
21+
**Talk Title:** The Matrix Has You : The Importance of Accurate, Efficient and Open Methods Upstream of Single-Cell Count Matrices
22+
23+
<!-- ![type:video](https://www.youtube.com/embed/<CODE>) -->
24+
25+
**Affiliation:**
26+
27+
- Associate Professor, University of Maryland & Co-founder/CTO, Ocean Genomics Inc.
28+
29+
///
30+
31+
///
32+
33+
**Bio:**
34+
35+
Rob Patro is an associate professor of Computer Science at the University of Maryland, and a member of the University of Maryland Institute for Advanced Computer Studies (UMIACS) and the Center for Bioinformatics and Computational Biology (CBCB). His main research interests are in the design of algorithms and data structures for processing, organizing, indexing and querying high-throughput genomics data and in the intersection between efficient algorithms and statistical inference. A current research focus of his lab is the development of computational methods for accurate, efficient and uncertainty-aware transcriptome analysis using RNA-seq (both bulk and single-cell with both long and short reads) as well as on the design of scalable (often succinct) data structures for indexing and querying genomes and raw sequencing data. He is a core developer and maintainer of the salmon, alevin, alevin-fry and simpleaf software tools, and his lab develops a number of open-source tools for high-throughput genomic and transcriptomic analysis, most of which are available from GitHub at [https://github.com/COMBINE-lab](https://github.com/COMBINE-lab).
36+
37+
**Abstract:**
38+
39+
Many researchers working in single-cell biology and bioinformatics consider a count matrix (e.g. a gene-by-cell count matrix for single-cell RNA-seq or peak-by-cell count matrix for single-cell ATAC-seq) to be the starting point of their analysis. Yet, the preprocessing methods that generate these matrices from raw sequencing data must solve several difficult challenges, and differences in the underlying assumptions and computational procedures can result in impactful and meaningful changes in downstream analysis. I will describe some of the challenges that face single-cell preprocessing methods, and will describe alevin-fry and alevin-fry-atac, efficient open-source methods for preprocessing of single-cell data that we have developed in our lab. I will argue for the importance of accurate, efficient, and fully open-source methods in building single-cell processing pipelines. Finally, I will describe the simpleaf framework, which is designed to simplify raw-data processing, to codify best practices, and to enhance computational reproducibility and provenance tracking.
40+
41+
---
42+
43+
/// html | div[class="bio"]
44+
45+
![headshot](./images/parham-kazemi.png)
46+
47+
/// html | div
48+
49+
**Trainee Speaker:** Parham Kazemi
50+
51+
**Affiliation:** PhD candidate, Birol Lab, The University of British Columbia
52+
53+
54+
**Talk Title**: Modelling k-mer profiles of sequencing data with evolutionary algorithms
55+
56+
///
57+
58+
///
253 KB
Loading
142 KB
Loading

src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Visit our sister groups for bioinformatics events in Montreal ([MonBUG](https://
1111
## VanBUG Monthly Event
1212

1313
{%
14-
include-markdown "./archive/2025/2025-01-16.md"
15-
start="# Jan - Graeme Koelwyn"
14+
include-markdown "./archive/2025/2025-02-20.md"
15+
start="# Feb - Rob Patro"
1616
%}

src/schedule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454

5555
:material-video: Connection Details TBA
5656

57-
Featured Speaker: TBA
57+
Featured Speaker: Dr. Rob Patro
5858

59-
Trainee Speaker: TBA
59+
Trainee Speaker: Parham Kazemi
6060

6161
- ### March 20th, 2025, Thursday
6262

0 commit comments

Comments
 (0)