Teichlab / SpatialDE

Test genes for Spatial Variation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to pick l in AEH

jon-xu opened this issue · comments

Hi,

I'm wondering how to pick l in AEH from the result of running:
sign_results['l'].value_counts()

Thanks for clarification!

You should pick a value that reflects most of the significant genes.

so in your example:

1.135190 11
1.907609 4
0.675535 4
3.205604 1
Name: l, dtype: int64

How do we derive ~1.5 and choose 1.8, please?