Skip to content

Commit 072e23c

Browse files
committed
update to include functional enrichment workshop
1 parent 1676e66 commit 072e23c

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,27 +259,34 @@ <h3 class="text-xl font-bold">Monash Bioinformatics Platform</h3>
259259
url: 'https://monashdatafluency.github.io/r-intro-2/',
260260
repoImage: 'https://monashdatafluency.github.io/r-intro-2/plotting_files/figure-html/unnamed-chunk-7-1.png'
261261
},
262-
{
262+
{
263263
title: 'Best Practices in Using R',
264264
repoName: 'MonashBioinformaticsPlatform/r-more',
265265
description: 'Advanced R workshop - builds on the Introduction to R workshop',
266266
url: 'https://monashbioinformaticsplatform.github.io/r-more/',
267267
repoImage: null
268268
},
269-
{
269+
{
270270
title: 'Linear Models in R',
271271
repoName: 'MonashDataFluency/r-linear',
272272
description: 'Workshop on using linear models in R. Includes an example for RNAseq differential analysis',
273273
url: 'https://monashdatafluency.github.io/r-linear/',
274274
repoImage: null
275275
},
276-
{
276+
{
277277
title: 'Introduction to single cell analysis with Seurat',
278278
repoName: 'MonashBioinformaticsPlatform/scRNAseq_Workshop_ABACBS_2024',
279279
description: 'An introduction to analysing single cell data using Seurat. Includes cell type annotation with singleR, dataset integration with harmony',
280280
url: 'https://monashbioinformaticsplatform.github.io/scRNAseq_Workshop_ABACBS_2024/',
281281
repoImage: 'https://monashbioinformaticsplatform.github.io/scRNAseq_Workshop_ABACBS_2024/scRNAseqInR_ABACBS_2024_Doco_files/figure-html/harmony4-1.png'
282-
}
282+
},
283+
{
284+
title: 'Functional Enrichment Workshop',
285+
repoName: 'MonashBioinformaticsPlatform/Functional_Enrichment_BioCommons_2024',
286+
description: 'This workshop is designed to guide you through the process of performing functional enrichment analysis using a variety of tools and methodologies, both online and via command-line interfaces.',
287+
url: 'https://monashbioinformaticsplatform.github.io/Functional_Enrichment_BioCommons_2024/',
288+
repoImage: 'https://monashbioinformaticsplatform.github.io/Functional_Enrichment_BioCommons_2024/images/fea_types.jpg'
289+
},
283290
]
284291
}
285292
}

0 commit comments

Comments
 (0)