Displaying 1 result from an estimated 1 matches for "4217x4217".
2009 Oct 27
2
column names of a correlation matrix
Hi! All,
I am working on a correlation matrix of 4217x4217 named 'cor_expN'. I wish
to obtain pairs with highest correlation values. So, I did this
> b=matrix(data=NA,nrow=4217,ncol=1)
> rownames(b)=rownames(cor_expN)
> for(i in 1:4217){b[i,]=max(cor_expN[i,])}
> head(b)
[,1]
aaeA_b3241_14 0.7181912
aaeB_b3240_15 0.75...