MultiK
MultiK copied to clipboard
DiagMultiKPlot error
Error in strsplit(lineseg.df$end_points, "-") : non-character argument
@tingszhang Hi! Which dataset are you running? The example dataset or your own dataset?
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 Hi! How many reps did you use when you ran MultiK()?
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 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!