giannimonaco / ABIS

57 stars 16 forks source link

Microarrays data, often above 100% #15

Closed zingobele closed 3 years ago

zingobele commented 3 years ago

Dear Gianni,

Thank you for the wonderful work, very useful for present and future immunological research. I am running ABIS on R, I use PBMCs microarray data. Unfortunately, I obtain most often than not, cumulative abundance higher than 100 (range 88- 151). I have read how to deal with negative values, but I am wondering if those results could be trusted and how to deal with this. I could scale all the samples to 100 (but I guess I will lose some information) or just compare the relative abundances for each cell tipe. Any suggestion?

Thanks in advance,

Edoardo

giannimonaco commented 3 years ago

Dear Edoardo,

Thank you for the appreciation! I guess that if you want to compare different samples, it might be better not to scale the values. If you scale the values, you assume there is no unknown content and the spread is only due to technical variability. One thing you could do is to scale all the value so that the one with higher cumulative abundance is 100. This could help with the visualization.

I hope this helps. Best wishes, Gianni

On Mar 11, 2021, at 12:20 PM, Edoardo Zaccaria @.***> wrote:

Dear Gianni,

Thank you for the wonderful work, very useful for present and future immunological research. I am running ABIS on R, I use PBMCs microarray data. Unfortunately, I obtain most often than not, cumulative abundance higher than 100 (range 88- 151). I have read how to deal with negative values, but I am wondering if those results could be trusted and how to deal with this. I could scale all the samples to 100 (but I guess I will lose some information) or just compare the relative abundances for each cell tipe. Any suggestion?

Thanks in advance,

Edoardo

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/giannimonaco/ABIS/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC2UTEH2L7V7KY5AQT33OITTDCRQ3ANCNFSM4ZACWKNA.

zingobele commented 3 years ago

Thank you!