Entering edit mode
3.7 years ago
adR
▴
120
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
Hi,
You've added the image improperly again. Please follow the guide: How to add images to a Biostars post