Hi, I have a question about running SOT. Like below:
dm
DiffusionMap (20 Diffusion components and 912 observations)
eigenvalues: Named num [1:20] 0.998 0.995 0.986 0.975 0.97 ...
- attr(*, "names")= chr [1:20] "DC1" "DC2" "DC3" "DC4" ...
eigenvectors: num [1:912, 1:20] 0.0741 0.0707 0.0726 0.0793 0.0734 ...
..colnames: chr [1:20] "DC1" "DC2" "DC3" "DC4" ...
optimal_sigma: Named num [1:912] 0.00285 0.0044 0.00743 0.00574 0.00441 ...
- attr(*, "names")= chr [1:912] "esc-b_c01" "esc-b_c02" "esc-b_c04" "esc-b_c05" ...
distance: chr "cosine"
top_dcs = dm[[paste0("dc", 1:7)]]
Error in if (grepl("^DC\d+$", i)) { : the condition has length > 1
could you help me with that?
Hi, I have a question about running SOT. Like below:
eigenvectors: num [1:912, 1:20] 0.0741 0.0707 0.0726 0.0793 0.0734 ...
..colnames: chr [1:20] "DC1" "DC2" "DC3" "DC4" ...
optimal_sigma: Named num [1:912] 0.00285 0.0044 0.00743 0.00574 0.00441 ...
distance: chr "cosine"
could you help me with that?