Input into WGCNA and Error on constructNetworks on RNA-Seq data - unique rownames
0
0
Entering edit mode
13 days ago
shasabhi1 • 0

Hello,

I have two questions:

  1. Is Z-scaled data or Pareto-scaled counts data from RNA-Seq appropriate as input into WGCNA (or the multiWGCNA package (if this is known))?

  2. I have tried using multiWGCNA to analyze RNA-Seq data across two strains and two tissue types. I have rownames that correspond to ENSEMBL IDs but I'm getting the error:

error in .rownamesdf<-(x, value = value) : duplicate 'row.names' are not allowed.

I have checked that each row has a unique ID by using the function

 rownames(df) = make.names(rownames(df), unique = TRUE)

and have separately added unique numbers to each ID to 'tag' it.

Please advise on why this might be happening if possible!

Best, shasabhi1

rownames RNA-Seq WGCNA unique • 152 views
ADD COMMENT

Login before adding your answer.

Traffic: 2366 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6