Hi,
I would like to get number of beads used to summarize intensity in infinium methylation 450k data and remove intensities based on less than 3 beads.
I can easily get that information using minfi as follows,
nbeads <- assayData(RGset)$NBeads
How can do that in lumi?
Further, I noticed that number of features are different in MethyLumiM and RGChannelSetExtended classes for same data. Why is it so?
> a
RGChannelSetExtended (storageMode: lockedEnvironment)
assayData: 622399 features, 13 samples
element names: Green, GreenSD, NBeads, Red, RedSD
> MethyLumiM
MethyLumiM (storageMode: lockedEnvironment)
assayData: 485512 features, 13 samples
element names: detection, exprs, methylated, unmethylated
I will appreciate for any help here!
Thanks!
best wishes,
Krishna
Thanks for pointing that out!
However, I am still looking for answer regarding getting information about number of beads used for summarizing intensities in lumi (analogous to "nbeads <- assayData(RGset)$NBeads in minfi").
best wishes,
Krishna