From 196dd6727adb428a91a7a7ab1825fd7bdef51ae2 Mon Sep 17 00:00:00 2001 From: MoussaKassim <168087487+MoussaKassim@users.noreply.github.com> Date: Fri, 17 May 2024 15:53:14 +0200 Subject: [PATCH] Update README.md --- README.md | 164 ++++++++++++++++++++++++------------------------------ 1 file changed, 73 insertions(+), 91 deletions(-) diff --git a/README.md b/README.md index be25513..0ee02e8 100644 --- a/README.md +++ b/README.md @@ -4,29 +4,32 @@ - Single-cell Data + KODAMA - + - + - - +

Single-cell data

The data set from Tasic et al. encompasses 23,822 cells from adult mouse cortex, split by the authors into 133 clusters with strong hierarchical organisation. A standard preprocessing pipeline consisting of sequencing depth normalisation, feature selection, log-transformation, and reducing the dimensionality to 50 PCs was applied as described by Kobak & Berens in The art of using t-SNE for single-cell transcriptomics.

- +
@@ -440,17 +401,38 @@ plot(res_KODAMA_tSNE,pch=21,bg=ta[,"cluster_color"],main="KODAMA", xlab= "First

+ // Highlight active section in the sidebar + $('body').scrollspy({ target: '#sidebar', offset: 100 }); + + // Smooth scrolling for sidebar links + $('#sidebar ul li a').on('click', function (event) { + if (this.hash !== "") { + event.preventDefault(); + var hash = this.hash; + $('html, body').animate({ + scrollTop: $(hash).offset().top + }, 800, function () { + window.location.hash = hash; + }); + } + }); + }); + +