limma and gpr flags?
1
0
Entering edit mode
Simon Melov ▴ 340
@simon-melov-266
Last seen 10.3 years ago
I have been flagging various spots in gpr files for qc reasons in genepix, and they are appropriately given a negative number in the gpr file. However, after reading in the gpr files via the following, carrying out analysis as described in the limma guide, and generating a list of the top 100 DE genes via Bayes, I am still getting flagged genes in the final output. Shouldnt these be excluded from the entire analysis by the wt.fun? files <- dir(pattern="*.gpr") RG <- read.maimages(files,source="genepix",wt.fun=wtflags(0.1)) thanks Simon. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 660 bytes Desc: not available Url : https://www.stat.math.ethz.ch/pipermail/bioconductor/attachments /20031223/c52102f6/attachment.bin
limma limma • 892 views
ADD COMMENT
0
Entering edit mode
@gordon-smyth
Last seen 10 hours ago
WEHI, Melbourne, Australia
At 07:42 PM 23/12/2003, Simon Melov wrote: >I have been flagging various spots in gpr files for qc reasons in genepix, >and they are appropriately given a negative number in the gpr file. >However, after reading in the gpr files via the following, carrying out >analysis as described in the limma guide, and generating a list of the top >100 DE genes via Bayes, I am still getting flagged genes in the final output. > >Shouldnt these be excluded from the entire analysis by the wt.fun? Not exactly, they're just down-weighted to make it harder for them to appear in the top table. Use wt.fun=wtflags(0) if you want to exclude them completely from the analysis. BTW we often find it better not to background correct Genpix data. Since your flagged spots are almost certainly dull spots, not background correcting would greatly damp down on the variability of the corresponding log-ratios. Gordon >files <- dir(pattern="*.gpr") >RG <- read.maimages(files,source="genepix",wt.fun=wtflags(0.1)) > > >thanks > >Simon.
ADD COMMENT

Login before adding your answer.

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