From 787b08a20e4ed5ef51017922bcf394280fb6804f Mon Sep 17 00:00:00 2001 From: Massimo Andreatta Date: Wed, 31 Jul 2024 09:59:59 +0200 Subject: [PATCH] Depend on R>4.3 and Seurat>=5.0 --- DESCRIPTION | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 8040236..57fb6ce 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: ProjecTILs Type: Package Title: Reference-based analysis of scRNA-seq data -Version: 3.4.1 +Version: 3.4.2 Authors@R: c( person(given = 'Massimo', family = 'Andreatta', email = 'massimo.andreatta@unil.ch', @@ -21,10 +21,10 @@ Authors@R: c( comment = c(ORCID = '0000-0002-2495-0671')) ) Description: This package implements methods to project single-cell RNA-seq data onto a reference atlas, enabling interpretation of unknown cell transcriptomic states in the the context of known, reference states. -Depends: R(>= 4.0.0) +Depends: R(>= 4.3.0) Imports: - Seurat, - SeuratObject, + Seurat(>= 5.0.0), + SeuratObject(>= 5.0.0), uwot, umap, Matrix,