Skip to content

Commit d1ca791

Browse files
committed
Deploying to gh-pages from @ e065626 🚀
1 parent 0c5c1f0 commit d1ca791

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ articles:
88
usage_python: usage_python.html
99
usage_seurat: usage_seurat.html
1010
usage_singlecellexperiment: usage_singlecellexperiment.html
11-
last_built: 2026-02-26T21:46Z
11+
last_built: 2026-02-26T21:51Z
1212
urls:
1313
reference: https://anndataR.scverse.org/reference
1414
article: https://anndataR.scverse.org/articles

reference/as_AnnData.html

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/as_AnnData.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,10 @@ obj <- RunUMAP(obj, dims = 1:10)
330330
#> Warning: The default method for RunUMAP has changed from calling Python UMAP via reticulate to the R-native UWOT using the cosine metric
331331
#> To use Python UMAP via reticulate, set umap.method to 'umap-learn' and metric to 'correlation'
332332
#> This message will be shown once per session
333-
#> 21:46:52 UMAP embedding parameters a = 0.9922 b = 1.112
334-
#> 21:46:52 Read 200 rows and found 10 numeric columns
335-
#> 21:46:52 Using Annoy for neighbor search, n_neighbors = 30
336-
#> 21:46:52 Building Annoy index with metric = cosine, n_trees = 50
333+
#> 21:51:43 UMAP embedding parameters a = 0.9922 b = 1.112
334+
#> 21:51:43 Read 200 rows and found 10 numeric columns
335+
#> 21:51:43 Using Annoy for neighbor search, n_neighbors = 30
336+
#> 21:51:43 Building Annoy index with metric = cosine, n_trees = 50
337337
#> 0% 10 20 30 40 50 60 70 80 90 100%
338338
#> [----|----|----|----|----|----|----|----|----|----|
339339
#> *
@@ -387,15 +387,15 @@ obj <- RunUMAP(obj, dims = 1:10)
387387
#> *
388388
#> *
389389
#> |
390-
#> 21:46:52 Writing NN index file to temp file /tmp/RtmpgMQ7R9/file1cb74f681c38
391-
#> 21:46:52 Searching Annoy index using 1 thread, search_k = 3000
392-
#> 21:46:52 Annoy recall = 100%
393-
#> 21:46:53 Commencing smooth kNN distance calibration using 1 thread
390+
#> 21:51:43 Writing NN index file to temp file /tmp/Rtmp3dXLDZ/file1cba64d4d113
391+
#> 21:51:43 Searching Annoy index using 1 thread, search_k = 3000
392+
#> 21:51:43 Annoy recall = 100%
393+
#> 21:51:43 Commencing smooth kNN distance calibration using 1 thread
394394
#> with target n_neighbors = 30
395-
#> 21:46:54 Initializing from normalized Laplacian + noise (using RSpectra)
396-
#> 21:46:54 Commencing optimization for 500 epochs, with 6160 positive edges
397-
#> 21:46:54 Using rng type: pcg
398-
#> 21:46:55 Optimization finished
395+
#> 21:51:44 Initializing from normalized Laplacian + noise (using RSpectra)
396+
#> 21:51:44 Commencing optimization for 500 epochs, with 6160 positive edges
397+
#> 21:51:44 Using rng type: pcg
398+
#> 21:51:45 Optimization finished
399399

400400
as_AnnData(obj)
401401
#> Warning: Row names of `Loadings(seurat_obj, "pca")` do not match the expected var names

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)