I have 50 different individuals in three biological replicates (50 x 3=150) Then I calculate the fold change using this
sample/control
replicate/control
replicate/ control
The second replicate is obtained in a shift time (I want to also get the idea on the time influence in my experiment) The third replicate is obtained in a bit more shift time
Now I would like to obtain which genes are up regulated and which one is down regulated.
My own idea is to sort the data based on the three expression. then select the top of the list as up and those that have a very low expression as down regulated. is it a good approach ?