From d3e3d277cf80a6e85dbb9e44cdefe0d6d964d2df Mon Sep 17 00:00:00 2001 From: andreott <andreott@mi.fu-berlin.de> Date: Fri, 11 Dec 2020 13:42:48 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3bb8dab..466a382 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Snakemake Workflow: single cell RNA-seq analysis -The chosen methods are based on the paper of Luecken and Theis, 2019 (https://doi.org/10.15252/msb.20188746), explaining the current best practice in single cell RNA-seq analysis. +The chosen methods are based on the paper of Luecken and Theis, 2019 (https://doi.org/10.15252/msb.20188746), explaining the current best practice in single cell RNA-seq analysis, and have been extended to multimodal analysis using Specter (https://www.biorxiv.org/content/10.1101/2020.06.15.151910v1). We are currently preparing a standalone application of Specter that will no longer require a MATLAB license by the user. + ## Installations * install Snakemake (workflow management system) -- GitLab