From 811fdbcc1892d49d58793553d10a4bb38d4670eb Mon Sep 17 00:00:00 2001 From: Kai Zhang Date: Tue, 1 Oct 2024 08:05:25 +0800 Subject: [PATCH] add tutorial title --- .gitattributes | 1 + docs/tutorials/txg_multiome.ipynb | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..180a922 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.ipynb filter=lfs diff=lfs merge=lfs -text diff --git a/docs/tutorials/txg_multiome.ipynb b/docs/tutorials/txg_multiome.ipynb index ade5797..a2407a8 100644 --- a/docs/tutorials/txg_multiome.ipynb +++ b/docs/tutorials/txg_multiome.ipynb @@ -1,5 +1,12 @@ { "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Preprocess 10X Genomics Gene Expression + ATAC Data" + ] + }, { "cell_type": "code", "execution_count": 1,