gls.series error ?
1
0
Entering edit mode
@valerie-cognat-661
Last seen 11.2 years ago
Hi, I use limma to analyse my dye swap. I have 3 replicates with a spacing of 1152. When I use the gls.series function I obtain a very small correlation. fit <- gls.series(data,design=flip,ndups=3,spacing=1152) fit$cor : 0.1937247 But if I use the dupcor function cor <- dupcor.series(data,design=flip,ndups=3,spacing=1152) cor$cor = 0.6515627 if I "miss" the spacing cor <- dupcor.series(data,design=flip,ndups=3,spacing=1) cor$cor = 0.1937247 The gls.series function don't use the spacing argument to calculate correlation ? Thanks Val?rie -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 896 bytes Desc: not available Url : https://www.stat.math.ethz.ch/pipermail/bioconductor/attachments /20040305/2d4dfb06/attachment.bin
limma limma • 839 views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 8 minutes ago
WEHI, Melbourne, Australia
> Hi, > > I use limma to analyse my dye swap. I have 3 replicates with a spacing > of 1152. > When I use the gls.series function I obtain a very small correlation. > fit <- gls.series(data,design=flip,ndups=3,spacing=1152) > fit$cor : 0.1937247 > But if I use the dupcor function > cor <- dupcor.series(data,design=flip,ndups=3,spacing=1152) > cor$cor = 0.6515627 > if I "miss" the spacing > cor <- dupcor.series(data,design=flip,ndups=3,spacing=1) > cor$cor = 0.1937247 > > The gls.series function don't use the spacing argument to calculate > correlation ? Woops, it's a bug. Thanks for pointing this out. I'll fix it. Gordon > Thanks > Val?rie
ADD COMMENT

Login before adding your answer.

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