Hi everyone,
I have transcriptomic bulk data. I have 10k genes and 5 replicates. I want to see the clustering pattern between replicates using UMAP to represent each replicate as a point but it shows Error: umap: number of neighbors must be smaller than the number of items
after this
iris.umap <- umap(matrix)
Replicates MSTRG.714.1 MSTRG.9848.1 MSTRG.8579.1 MSTRG.2154.1 MSTRG.434.1 .................
Rep_1 12.1871378 4.648702047 0.125640596 2.512811917 5.905108005 .................
Rep_2 8.69549926 5.864406477 0.101110457 1.213325478 4.246639173 .................
Rep_3 10.3490802 4.704127361 0.188165094 0.376330189 4.327797173 .................
Rep_4 9.803265483 0.710381557 0.284152623 1.420763113 5.967205076 .................
Rep_5 24.94352535 1.950890251 0.139349304 0.975445125 2.508287465 .................
Kindly suggest me.
If you have a distance matrix of some sort, I recommend that you try affinity propagation..