Mean-Variance Plot for Normalised Counts
1
0
Entering edit mode
Dario Strbenac ★ 1.5k
@dario-strbenac-5916
Last seen 11 hours ago
Australia

A SeqExpressionSet can store unnormalised counts and normalised counts, but it only seems to be possible to plot the unnormalised counts by meanVarPlot. It would be useful to be able to plot normalised counts to visualise the effect of applying a normalisation method (e.g. DESeq2's varianceStabilizingTransformation) to the count data set (i.e. is it visibly homoscedastic once it's transformed?). Also, if a SeqExpressionSet is created by newSeqExpressionSet, there is a table of NA created in set@assayData named normalizedCounts. If a table of normalised values is added later by using normCounts(set) <- measurementsVST, then an element named normCounts is added to set@assayData. So there are two tables for normalised values simultaneously in assayData. Can this inconsistency be resolved?

EDASeq meanVarPlot • 889 views
ADD COMMENT
1
Entering edit mode
davide risso ▴ 950
@davide-risso-5075
Last seen 6 weeks ago
University of Padova

This is a bug and should be fixed. I'll take care of this ASAP.

normCounts(set) <- measurementsVST should store the normalized counts in the normalizedCounts slot.

The meanVarPlot function uses the normalized counts, if available. But of course it looks for it as normalizedCounts not normCounts. So fixing the bug will also make the behavior of the function what you expect.

ADD COMMENT

Login before adding your answer.

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