Skip to content

Commit 1b68710

Browse files
committed
Update README, cran comments
1 parent 0081275 commit 1b68710

File tree

5 files changed

+68
-47
lines changed

5 files changed

+68
-47
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: sctransform
22
Type: Package
33
Title: Variance Stabilizing Transformations for Single Cell UMI Data
4-
Version: 0.4.1.9002
4+
Version: 0.4.1.9003
55
Date: 2025-04-30
66
Authors@R: c(
77
person(given = "Christoph", family = "Hafemeister", email = "christoph.hafemeister@nyu.edu", role = "aut", comment = c(ORCID = "0000-0001-6365-8254")),
8-
person(given = "Saket", family = "Choudhary", email = "schoudhary@nygenome.org", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5202-7633")),
8+
person(given = "Saket", family = "Choudhary", email = "saketc@iitb.ac.in", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5202-7633")),
99
person(given = "Rahul", family = "Satija", email = "rsatija@nygenome.org", role = "ctb", comment = c(ORCID = "0000-0001-9448-8833"))
1010
)
1111
Description: A normalization method for single-cell UMI count data using a

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Running sctransform:
2121
```r
2222
# Runnning sctransform on a UMI matrix
2323
normalized_data <- sctransform::vst(umi_count_matrix)$y
24-
# v2 regularization
25-
normalized_data <- sctransform::vst(umi_count_matrix, vst.flavor="v2")$y
24+
# v1 regularization
25+
normalized_data <- sctransform::vst(umi_count_matrix, vst.flavor="v1")$y
2626

2727
# Runnning sctransform on a Seurat object
2828
seurat_object <- Seurat::SCTransform(seurat_object)
29-
#v2 regularization
30-
seurat_object <- Seurat::SCTransform(seurat_object, vst.flavor="v2")
29+
# v1 regularization
30+
seurat_object <- Seurat::SCTransform(seurat_object, vst.flavor="v1")
3131
```
3232

3333
## Help
@@ -39,7 +39,7 @@ Available vignettes:
3939

4040
- [Variance stabilizing transformation](https://htmlpreview.github.io/?https://github.com/satijalab/sctransform/blob/supp_html/supplement/variance_stabilizing_transformation.html)
4141
- [Using sctransform in Seurat](https://htmlpreview.github.io/?https://github.com/satijalab/sctransform/blob/supp_html/supplement/seurat.html)
42-
- [Examples of how to perform normalization, feature selection, integration, and differential expression with sctransform v2 regularization](https://satijalab.org/seurat/articles/sctransform_v2_vignette.html)
42+
- [Examples of how to perform normalization, feature selection, integration, and differential expression with sctransform v2 regularization](https://satijalab.org/seurat/articles/sctransform_vignette)
4343

4444

4545
Please use [the issue tracker](https://github.com/satijalab/sctransform/issues) if you encounter a problem

revdep/README.md

Lines changed: 27 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,37 @@
11
# Platform
22

3-
|field |value |
4-
|:--------|:----------------------------------------------|
5-
|version |R version 4.3.1 (2023-06-16) |
6-
|os |Ubuntu 20.04.6 LTS |
7-
|system |x86_64, linux-gnu |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_US.UTF-8 |
11-
|ctype |en_US.UTF-8 |
12-
|tz |America/New_York |
13-
|date |2023-09-18 |
14-
|rstudio |2023.03.1+446 Cherry Blossom (server) |
15-
|pandoc |3.1.3 @ /home/choudharys/miniconda3/bin/pandoc |
3+
|field |value |
4+
|:--------|:-------------------------------------------------------------|
5+
|version |R version 4.5.0 (2025-04-11) |
6+
|os |Ubuntu 24.04.2 LTS |
7+
|system |x86_64, linux-gnu |
8+
|ui |RStudio |
9+
|language |en_GB:en |
10+
|collate |en_GB.UTF-8 |
11+
|ctype |en_GB.UTF-8 |
12+
|tz |Asia/Kolkata |
13+
|date |2025-04-30 |
14+
|rstudio |2024.12.1+563 Kousa Dogwood (desktop) |
15+
|pandoc |3.6.4 @ /data/miniconda3/bin/pandoc |
16+
|quarto |1.5.57 @ /usr/lib/rstudio/resources/app/bin/quarto/bin/quarto |
1617

1718
# Dependencies
1819

19-
|package |old |new |Δ |
20-
|:-------------|:-----|:----------|:--|
21-
|sctransform |0.3.5 |0.4.0 |* |
22-
|digest |NA |0.6.33 |* |
23-
|dplyr |NA |1.1.3 |* |
24-
|future |NA |1.33.0 |* |
25-
|future.apply |NA |1.11.0 |* |
26-
|ggplot2 |NA |3.4.3 |* |
27-
|gtable |NA |0.3.4 |* |
28-
|labeling |NA |0.4.3 |* |
29-
|matrixStats |NA |1.0.0 |* |
30-
|parallelly |NA |1.36.0 |* |
31-
|Rcpp |NA |1.0.11 |* |
32-
|RcppArmadillo |NA |0.12.6.4.0 |* |
33-
|rlang |NA |1.1.1 |* |
34-
|vctrs |NA |0.6.3 |* |
35-
|viridisLite |NA |0.4.2 |* |
20+
|package |old |new |Δ |
21+
|:-----------|:---|:----------|:--|
22+
|sctransform |NA |0.4.1.9003 |* |
3623

3724
# Revdeps
3825

39-
## Failed to check (6)
26+
## Failed to check (7)
4027

41-
|package |version |error |warning |note |
42-
|:-------|:-------|:-----|:-------|:----|
43-
|CAMML |? | | | |
44-
|EWCE |? | | | |
45-
|muscat |? | | | |
46-
|RESET |? | | | |
47-
|Seurat |? | | | |
48-
|VAM |? | | | |
28+
|package |version |error |warning |note |
29+
|:--------|:-------|:-----|:-------|:----|
30+
|CAMML |? | | | |
31+
|EWCE |? | | | |
32+
|muscat |? | | | |
33+
|RESET |? | | | |
34+
|SCdeconR |? | | | |
35+
|Seurat |? | | | |
36+
|VAM |? | | | |
4937

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 6 reverse dependencies (0 from CRAN + 6 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 7 reverse dependencies (0 from CRAN + 7 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
66
* We failed to check 0 packages

revdep/failures.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,39 @@
129129
130130
131131
132+
```
133+
# SCdeconR
134+
135+
<details>
136+
137+
* Version:
138+
* GitHub: https://github.com/satijalab/sctransform
139+
* Source code: NA
140+
* Number of recursive dependencies: 0
141+
142+
</details>
143+
144+
## Error before installation
145+
146+
### Devel
147+
148+
```
149+
150+
151+
152+
153+
154+
155+
```
156+
### CRAN
157+
158+
```
159+
160+
161+
162+
163+
164+
132165
```
133166
# Seurat
134167

0 commit comments

Comments
 (0)