diff --git a/DESCRIPTION b/DESCRIPTION index 7f5f886..8c88b9d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,21 +1,21 @@ Package: PRECAST Type: Package Title: Embedding and Clustering with Alignment for Spatial Datasets -Version: 1.6.4 -Date: 2024-01-24 +Version: 1.6.5 +Date: 2024-03-19 Authors@R: c(person(given = "Wei", family = "Liu", role = c("aut", "cre"), - email = "wei.liu@duke-nus.edu.sg"), + email = "liuweideng@gmail.com"), person(given = "Yi", family = "Yang", role = c("aut")), person(given = "Jin", - family = "Liu", + family = "Liu", role = "aut")) Author: Wei Liu [aut, cre], Yi Yang [aut], Jin Liu [aut] -Maintainer: Wei Liu +Maintainer: Wei Liu Description: An efficient data integration method is provided for multiple spatial transcriptomics data with non-cluster-relevant effects such as the complex batch effects. It unifies spatial factor analysis simultaneously with spatial clustering and embedding alignment, requiring only partially shared cell/domain clusters across datasets. More details can be referred to Wei Liu, et al. (2023) . License: GPL-3 Depends: diff --git a/R/main.R b/R/main.R index 868756b..2dc5358 100644 --- a/R/main.R +++ b/R/main.R @@ -5,7 +5,7 @@ # build_article(name="PRECAST.DLPFC4") # Solely compile one article for updating. # build_article(name="PRECAST.BreastCancer") # build_article(name="PRECAST.Simu") -# R CMD check --as-cran PRECAST_1.6.4.tar.gz +# R CMD check --as-cran PRECAST_1.6.5.tar.gz # devtools::check_win_release() diff --git a/README.md b/README.md index 96509f9..4881b27 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,10 @@ install.packages("DR.SC") For an example of typical PRECAST usage, please see our [Package Website](https://feiyoung.github.io/PRECAST/index.html) for a demonstration and overview of the functions included in PRECAST. # NEWs + +PRECAST version 1.6.5 (2024-03-19) +* Update the email adress of maintainer. + PRECAST version 1.6.4 (2024-01-24) * Update `IntegrateSpaData()` to make it able to remove unwanted variations for all genes rather than only variable genes.