meanVarPlot Ignores Sample Total Count Differences
0
0
Entering edit mode
Dario Strbenac ★ 1.5k
@dario-strbenac-5916
Last seen 8 hours ago
Australia

I think the example data set below should produce a variance of 0 across the range of means but it doesn't because the library sizes aren't adjusted to be comparable between samples. An adjustment also doesn't happen for the yeast data set on page 8 of the vignette.

counts <- matrix(c(seq(100, 1000, 100),
                   seq(100, 1000, 100) * 2,
                   seq(100, 1000, 100) * 3), ncol = 3)

meanVarPlot(newSeqExpressionSet(counts)) # Appears as over-dispersion.

Should the meanVarPlot function require that normalizedCounts has been provided to the newSeqExpressionSet constructor and the EDASeq vignette be updated to demonstrate a library size correction?

EDASeq meanVarPlot • 820 views
ADD COMMENT
0
Entering edit mode
I don't think it's reasonable to *require* normalized counts, as one might want to look at the mean variance relation of raw counts. If the object contains normalized counts, `meanVarPlot` will use them.
ADD REPLY

Login before adding your answer.

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