Open Rohit-Satyam opened 1 year ago
Hi, I also get this error when running ALRAChooseKPlot
Error in data.frame(x = 2:length(x = d), y = pvals) : arguments imply differing number of rows: 99, 0
Have you by any chance found a reason or solution?
Thanks in advance!
Hello Developers and Maintainers!! @mojaveazure @rcannood @JunZhao1990 @inoue0426 @linqiaozhi
I ran into an issue while trying to use
ALRAChooseKPlot
function as follows:Besides the
k
value differs from when I directly run ALRA usingRunALRA
where K value is chosen as 29When using functions from your package the
k
value suggested is again different.Checked with
Seurat
Normalized data with your package function and again the results vary. Thek
this time however is similar to the one I get when usingSeuratWrappers::RunALRA(t,assay = "RNA",slot = "data",k.only = T)