Skip to content

Calculating all possible ratios

1 message · Rui Barradas

#
Hello,

If it's just a correlation matrix, see

?cor

Note that it computes the correlations between columns, the variables; 
rows are observation.
So you'll need to transpose the matrices or data.frames in order to have 
probesets as variables.
You'll also need to have matrices of the same dimensions.

Hope this helps,

Rui Barradas

Em 15-05-2012 11:00, r-help-request at r-project.org escreveu: