Entering edit mode
Abhishek Pratap
▴
160
@abhishek-pratap-6167
Last seen 10.2 years ago
Hi All
I am trying to analyze some mRNA illumina bead level data through bead
array. Based on the detection p-values(plot attached): if I read it
right significant # probes
have no expression which concerns me but I could have easily missed
some important step.
I am attaching the two box plots 1.) intensity and 2.) probe level
detection p-values + code
Let me know your opinion.
Thanks!
-Abhi
beadlevel_data <- readIllumina(dir=dataDir, useImages=F,
illuminaAnnotation="Humanv4")
#intensity boxplot
boxplot(beadlevel_data, transFun = logGreenChannelTransform, col =
"green",
ylab = expression(log[2](intensity)), las=2, outline=FALSE,
main= "Array intensities")
#summarize : detection p-val boxplot
BSData <- summarize(beadlevel_data)
det = calculateDetection(BSData)
boxplot(det, main='dset1_mRNA_probe_detection_pvals (Null: there is no
expression) ', ylab='p-value(detection score)',xaxt='n',
xlab='individual samples/array' )
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dset1_mRNA_array_intensities.png
Type: image/png
Size: 269613 bytes
Desc: not available
URL: <https: stat.ethz.ch="" pipermail="" bioconductor="" attachments="" 20140123="" f4138bba="" attachment.png="">
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dset1_mRNA_probe_detection_pvals.png
Type: image/png
Size: 87786 bytes
Desc: not available
URL: <https: stat.ethz.ch="" pipermail="" bioconductor="" attachments="" 20140123="" f4138bba="" attachment-0001.png="">