MultiK icon indicating copy to clipboard operation
MultiK copied to clipboard

DiagMultiKPlot error

Open tingszhang opened this issue 3 years ago • 5 comments

Error in strsplit(lineseg.df$end_points, "-") : non-character argument

tingszhang avatar Aug 31 '21 01:08 tingszhang

@tingszhang Hi! Which dataset are you running? The example dataset or your own dataset?

siyao-liu avatar Aug 31 '21 13:08 siyao-liu

Hi! I'm also having an issue with DiagMultiKPlot. I have the following error:

Error in if (all(lineseg.df[lineseg.df$p1 == which.k | lineseg.df$p2 == : missing value where TRUE/FALSE needed

I tried to test it on a dataset of Peripheral Blood Mononuclear Cells (PBMC) freely available from 10X Genomics from the official Seurat tutorial. What could be the problem here? Thank you!

trn13 avatar Sep 14 '21 08:09 trn13

@trn13 Hi! How many reps did you use when you ran MultiK()?

siyao-liu avatar Sep 15 '21 09:09 siyao-liu

Similar problem I faced when running the test data using the replicates= 10 Error in strsplit(lineseg.df$end_points, "-") : non-character argument

How I can solve this problem?

alaminzju avatar Dec 17 '21 08:12 alaminzju

@alaminzju Hi! Sorry about the delay in getting back to you on your question. I think you need to increase the # of reps. Try 25 or 50 reps on your test set and see if you still run into the same issue. Thanks!

siyao-liu avatar Jan 02 '22 01:01 siyao-liu