limma manual typo
1
0
Entering edit mode
@e09edacf
Last seen 16 months ago
United States

There's a duplicated word in the current limma userguide.pdf ('last revised 14 Nov 2021'), page 34:


(...)and Affymetrix arrays, include include con-
trol probes (...)

Btw this manual is a joy to read! Logical and clear, couldn't be any better.

limma • 645 views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 4 hours ago
WEHI, Melbourne, Australia

Thanks very much. Now fixed.

ADD COMMENT
0
Entering edit mode

Jumping in here to report a small bug:

plotMD.SummarizedExperiment <- function(object, column=1, xlab="Average log CPM (this sample and others)", ylab="log-ratio (this sample vs others)", zero.weights=FALSE, prior.count=3, ...)
#   Created 03 April 2020.  Last modified 03 April 2020.
{
    y <- SE2DGEList(y)
    plotMD.DGEList(y, column=column, xlab=xlab, ylab=ylab, main=colnames(y)[column], status=y$genes$Status, zero.weights=zero.weights, prior.count=prior.count, ...)
}

Should be y <- SE2DGEList(object). Function currently errors with "y not found" for SummarizedExperiments.

ADD REPLY
0
Entering edit mode

Thanks very much, now fixed. The fix should make it into the Bioc 3.16 Release in a day or two.

ADD REPLY

Login before adding your answer.

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