-
Notifications
You must be signed in to change notification settings - Fork 5
Description
sorry if my question is naive but its for better understanding
1-in a classical workflow, if i use Topometry, is the eigncomponents here considered the dimensionality reduction method?
2- for my adata.x object I observed an eigengap around 120, so does the projection used in the model use this number of eigenvectors to do the projection?
3-also for comparison of results shouldn't i use (120 pca) equivalent to 120 EV and use those to compute neighbors and plot a umap to compare there results with tg.ProjectionDict['MAP of bw_adaptive from msDM with bw_adaptive']
4- a cell type having a higher i.d. estimates than other, how to interept this and could this be just an effect of the cell proportion being small ( low number of cells of thos celltype should lead to high I.d right? AND shold mean they doesnt cluster very well together?)
finally
i did this comparision using same number of pca to generate knn and then the umap with scanpy and another time with topoMAP
here is both of projection for my dataset of pbmc that contain different individuals with different condition (non stimualted and stimualted with covid) how could u interpret the different visualization specifically in the b cell cluster in pink
tg = tp.TopOGraph(n_eigs=119, n_jobs=-1, verbosity=0)
tg.run_models(adata.X, kernels=['bw_adaptive'],
eigenmap_methods=['msDM'],
projections=['MAP','UMAP'])
