Closed jon-xu closed 4 years ago
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?
Hi,
I'm wondering how to pick l in AEH from the result of running: sign_results['l'].value_counts()
Thanks for clarification!