Erick Armingol

Results 62 comments of Erick Armingol

Hi @joan-yanqiong! Yeah, I think that's something that happens due that cell2cell does not filter genes by the fraction of cells that are expressing them. LIANA does that, through the...

No, unfortunately I developed this before most recent tools came out, and I haven't had time to implement these filtering steps they include. I plan to add more stringent filtering...

Hi @Qirongmao97. If you are able to make a grid of your tissue you can assign the spots to each bin in the grid and annotate that assignment, for each...

Yes, the issue is related to the column names passed as input, one or more of them does not match the column names in the dataframes.

Hmm, everything seems right, maybe try passing columns explicitly: ``` sce

Not sure what this error could be about, exactly what code generated it? I suspect it could be due to negative values in your scores? Did you normalize/scale your expression...

Hi @imerelli I don't recommend using that example. Instead follow any other on the readme: https://github.com/earmingol/cell2cell/blob/master/README.md. Regarding your issue, a quick way to solve is to add to your command...

Hi @Pangjing-Wu Thank you so much for the detailed report. I had tracked the issue before, but I forgot to implement the quick fix. This was caused because of newer...

Sorry I cannot reproduce your error just with the h5ad file. Could you export you tensor and upload that file instead? Here there is an example of how doing so:...

I see! You are using the tensor-cell2cell analysis without LIANA, right? If so, in the step of creating the interaction tensor you need to add ```upper_letter_comparison=False``` to keep the names...