Open HelloWorldLTY opened 2 years ago
Sorry for the mistake I made in the tutorial. Actually, I updated the unifiedClusterLabelling function of SMNN package, but I forgot to update the tutorial here. It should be:
batch.cluster.labels <- unifiedClusterLabelling(batches = list(data_iSMNN$batch1.mat, data_iSMNN$batch2.mat), features.use = markers, cluster.labels = cluster.info, min.perc = 0.3)
I have corrected it in the README. Now it should work well. Thanks for your comment!
Yuchen
Hi, sorry to disturb you. I try to run the tutorial listed in the readme page, and then I found a problem existing in the label harmony step.
For the first part is the typo.
For this code, I think "data_SMNN" should be "data_iSMNN". But after I correct it, I still receive this error:
Could you please help me? Thanks a lot.