Entering edit mode
8.4 years ago
writersblog02
▴
70
Hi, I am learning to analyze microarray data and was wondering if you can calculate z-scores from log2fold change values in R
The formula for Z-scores is pretty straight-forward (
z <- (logratios - mean)/stddev
) but it requires a mean and standard deviation that define the distribution of experimental error under the null hypothesis. But we can't know what the null hypothesis is without knowing more. Could you tell us a bit more about the data you're looking at?