How to use network to create data frame

Hello, i’m using mixOmics to perform integration of two types of data,

I’m trying to perform network analysis and i used this script :

network(diablo.data,blocks=c(1,2),cex.node.name=2,color.node=c(‘lightblue’,‘yellow2’),breaks=NULL, cutoff=0.85, lwd.edge=2,show.edge.labels=F, color.edge= color.jet(100),shape.node = ‘none’,save = ‘pdf’, name.save = 'Network_analysis)

How can i use Network analysis to create the data frame of correlation between these two data sets

Thank you

hi @Anouar

see
?network and the value outputs listed. You can save the network result as an object and extract the M matrix.

Kim-Anh