mitreac / b575f19

UM DCMB BIOINF 575 Fall 2019 class repo
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Question on Log Ratio Calculation HW_5 #20

Open CooperStansbury opened 5 years ago

CooperStansbury commented 5 years ago

Hello!

I'm wondering which is the appropriate ratio between means for Homework 5:

log2(meanControl / meanDisease)

Or

log2(meanDisease / meanControl)

Thanks!

mitreac commented 5 years ago

log2(meanDisease / meanControl)

It typically is condition versus control.

CooperStansbury commented 5 years ago

@mitreac Thanks! This can be resolved I think.