From ede2fcfdfad31f167bedc1b0a01c37ad71e91f33 Mon Sep 17 00:00:00 2001 From: Guangchuang Yu Date: Wed, 29 Nov 2023 16:13:15 +0800 Subject: [PATCH] update desc --- DESCRIPTION | 6 ++---- README.md | 6 +++--- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e263a39..737958b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: ggsc -Title: Visualizing Single Cell Data +Title: Visualizing Single Cell and Spatial Transcriptomics Version: 1.1.1.003 Authors@R: c( person("Guangchuang", "Yu", @@ -14,9 +14,7 @@ Authors@R: c( ) ) Description: Useful functions to visualize single cell and spatial - data. It supports both 'SingleCellExperiment' and 'Seurat' objects. - It also supports visualizing the data using grammar of graphics - implemented in 'ggplot2'. + data. It supports visualizing 'Seurat', 'SingleCellExperiment' and 'SpatialExperiment' objects through grammar of graphics syntax implemented in 'ggplot2'. Imports: Rcpp, RcppParallel, diff --git a/README.md b/README.md index 09e15e1..5650c99 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ status](https://github.com/YuLab-SMU/ggsc/workflows/rworkflows/badge.svg)](https -## `ggsc`: Visualizing Single Cell Data +## `ggsc`: Visualizing Single Cell and Spatial Transcriptomics Useful functions to visualize single cell and spatial data. It supports -both ‘SingleCellExperiment’ and ‘Seurat’ objects. It also supports -visualizing the data using grammar of graphics implemented in ‘ggplot2’. +visualizing ‘Seurat’, ‘SingleCellExperiment’ and ‘SpatialExperiment’ +objects through grammar of graphics syntax implemented in ‘ggplot2’. ## :writing_hand: Authors