From 7121facd63c59af98e3cede6f4906567ffc79304 Mon Sep 17 00:00:00 2001 From: Jacob Hepkema <41913625+jacobhepkema@users.noreply.github.com> Date: Fri, 23 Jun 2023 19:10:14 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b52711..89e3e9c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ It finds weights for these motifs across pseudo-bulks and also reports the 'infl I have attached a few example jupyter notebooks for in the `example_notebooks` directory: 1) [data generation using scRNA-seq data](https://github.com/jacobhepkema/scover/blob/master/example_notebooks/01_pool_dataset.ipynb), 2) [extracting promoter sequences](https://github.com/jacobhepkema/scover/blob/master/example_notebooks/02_get_sequences.ipynb), 3) [running scover](https://github.com/jacobhepkema/scover/blob/master/example_notebooks/03_run_scover.ipynb). Note that for the first notebook, the dataset is gzipped (otherwise it would exceed github file size limits), running `gunzip Marrow.h5ad.gz` will give the file necessary for that notebook. -For the pooling step, we have added an additional notebook with the option to run SEACells instead of our algorithm, but we have not tried to train the model using data generated with SEACells yet. +For the pooling step, we have [added an additional notebook with the option to run SEACells instead of our pooling algorithm](https://github.com/jacobhepkema/scover/blob/master/example_notebooks/01b_pool_dataset_SEACells.ipynb), but we have _not_ tried to train the model using data generated with SEACells yet. ## Plotting