lvmt

Results 3 issues of lvmt

I have two sample, and i merge two sample's data and run wnn analysis, the umap result is strange. ![merge wnn umap](https://github.com/satijalab/seurat/assets/34225000/9f15c506-c7a6-4b90-a09b-dee2b445ecdd) `So, i check the result, find the left...

hi, nice a tool and performance is really good. ``` data_mat = h5py.File(args.data_file) x1 = np.array(data_mat['X1']) x2 = np.array(data_mat['X2']) y = np.array(data_mat['Y']) ``` as your "datasets/readme" said, Y: True labels...

hi nice tools. demo data used. ``` scMapping = CARD_SCMapping(CARD_obj, shapeSpot="Square", numCell=20, ncore=1) MapCellCords = as.data.frame(colData(scMapping)) ``` ![image](https://github.com/YMa-lab/CARD/assets/34225000/7b971a6e-f6e4-4536-a992-427a9d0a850e) **why a single cell will appear multiple times ? i cannot understand....