voomWithDreamWeights() has missing "NA" wheights for last samples
1
0
Entering edit mode
3.1 years ago
RNAseqer ▴ 260

I am using the variancePartition package's dream() pipeline, and have encountered something strange. I have 300 samples with 2009 genes. I have uploaded a TMM normalized cpm matrix from edgeR, written a formula, and run

vobjDream = voomWithDreamWeights( geneExpr, form, metadata )

It gave me the warning message:

"Warning message:
In regularize.values(x, y, ties, missing(ties)) :
  collapsing to unique 'x' values"

I inspected the vobjDream object and noticed that the last 45 samples have NA encoded for all genes.

Has anyone encountered this problem, does anyone know what may be happening here? The formula itself was

form <- ~ (1|factDx) + (1|Library.Work.) + RIN + (1|Sex) + PMI + (1|Smoking) + (1|Ethanol)

and worked fine in the standard application's fitExtractVarModel() pipeline.

voomWithDreamWeights dream variaincePartition • 658 views
ADD COMMENT
1
Entering edit mode
3.1 years ago
RNAseqer ▴ 260

Well, embaressingly I identified the problem: my metadata was missing demos info for those samples. Silly mistake.

ADD COMMENT

Login before adding your answer.

Traffic: 1487 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