This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Inter-tissue coexpression network analysis

Hi Dears,

I have two tissue expression data collected from the same individuals. I want to study the interactions between these two issues as indicated in the following paper. https://genomemedicine.biomedcentral.com/articles/10.1186/s13073-016-0268-1. The workflow they used is here. https://ibb.co/PzcpJHC

I wish someone help me in the coding and construction of bipartite clustering. here below is a kind of my data structure I have

set.seed(22)
Chow <- matrix(rnorm(100), nrow = 20)
rownames(Chow ) <- LETTERS[1:20]
colnames(Chow ) <- paste0("S_", ncol = 1:5)
set.seed(42)
HFD <- matrix(rnorm(100), nrow = 20)
rownames(HFD) <- LETTERS[1:20]
colnames(HFD) <- paste0("S_", ncol = 1:5)

Best, AD

correlation bipartite clustring coexpression

0 answers

No answers yet.

Log in to answer this question.