OK, thanks for the reply. However Im still confused (sorry, blame my lack of experience in big data sets and stats as bioinformatics is quite new to me. Also my inability to explain myself correctly).
When using the normal counts (ie not log2 converted data) for my expression data, I do not get a normal distribution as most data points are around 0 and therefore I can not use SD, t-test etc as I do not have a normal distribution. BTW, I have removed all normalised expression values of 0.
However when using the log2 data, I get a "normal-like" distribution where the centre of the curve is skewed to the right. Also, any data expression value below 1, is gonna be a negative value and hence my hesitation of using SD and therefore t-tests etc.
To sum up, normal (not log2) values, do not have a normal distribution and so I cant use SD, t-tests etc for my data. I have been using a wilcoxon rank test so far for p values.
Log2 converted values have a normal-like distribution, but have negative values and so I dont know if I can use SD, t-tests etc with these values.
I need to know which statistical test I should use with each dataset (non-log2 and/or log2). Can I use SD, t-test etc with the log2 expression values even though there are negative values?
Thanks
I'm not clearly understanding what are you doing. But, sd will surely be different if you "scale" the data differently. By taking log, you are essentially scaling the data on a logarithmic scale.
Standard deviation is a measurement of spread of data around the mean of the data. When you take log, it shrinks the data, as well as its spread and consequently the standard deviation.