@@ -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
400400as_AnnData(obj )
401401# > Warning: Row names of `Loadings(seurat_obj, "pca")` do not match the expected var names
0 commit comments