theMILOlab / Code_Request

General R functions and scripts for publications
5 stars 3 forks source link

variable r.ow loss and question about spatial align #2

Closed hulilalia closed 1 year ago

hulilalia commented 1 year ago

Hello!

I run MALDI.R to regenerate processed maldi data, but there is some bug in line 187 select(HMDH,names(as.data.frame(spectra_S1[r.ow, ,drop=F]))).

In my opinion, there is no parameter nor variable named "r.ow". Is the 'r.ow' 'i' actually?

By the way, there is a also a "}" loss in "for(xx in 1:6)" loop.

And we don't find the code about aligning data from MALDI and stRNAseq.Would you like to give me some advice about where to find them?

Looking forward to your help!

Jiaxu Luo

hulilalia commented 1 year ago

I have known that the loss of "}" in loop is my misunderstanding.