Skip to content

Commit

Permalink
'update'
Browse files Browse the repository at this point in the history
  • Loading branch information
feiyoung committed Mar 21, 2024
1 parent 2a95d93 commit 5e38812
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 5 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"),
email = "[email protected]"),
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 <[email protected]>
Maintainer: Wei Liu <[email protected]>
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) <doi:10.1038/s41467-023-35947-w>.
License: GPL-3
Depends:
Expand Down
2 changes: 1 addition & 1 deletion R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 5e38812

Please sign in to comment.