Forum: minfi: NA values in RGChannelSet
2
0
Entering edit mode
philipp24 ▴ 30
@philipp24-8672
Last seen 7.6 years ago
Germany

Dear all,

it´s probably a simple question, however I can´t find a proper solution yet. I process a 450k methlyation dataset with the minfi package. I noticed that there are 2523 NA values when I extract beta values from the RGChannelSet. The simple question is how I should proceed with these NA values i.e. how can I yield an RGChannelSet without features having NA?

Thanks,

Philipp

>RGSet

RGChannelSet (storageMode: lockedEnvironment)
assayData: 622399 features, 129 samples
  element names: Green, Red
An object of class 'AnnotatedDataFrame'
  sampleNames: 1 2 ... 129 (129 total)
  varLabels: ID txt ... param (106 total)
  varMetadata: labelDescription
Annotation
  array: IlluminaHumanMethylation450k
  annotation: ilmn.v1.2

>beta <- getBeta(RGSet)
>sumis.na(beta)) 
[1] 2523
minfi • 1.5k views
ADD COMMENT
0
Entering edit mode
@kasper-daniel-hansen-2979
Last seen 10 months ago
United States
You're right, this should in principle not happen. All probes should have a measured intensity. How did you create the RGSet object? And which version of minfi are you using? Best, Kasper On Mon, Mar 14, 2016 at 3:22 PM, philipp24 [bioc] <noreply@bioconductor.org> wrote: > Activity on a post you are following on support.bioconductor.org > > User philipp24 <https: support.bioconductor.org="" u="" 8672=""/> wrote Question: > Forum: minfi: NA values in RGChannelSet > <https: support.bioconductor.org="" p="" 79602=""/>: > > Dear all, > > it´s probably a simple question, however I can´t find a proper solution > yet. I process a 450k methlyation dataset with the minfi package. I noticed > that there are 2523 NA values when I extract beta values from the > RGChannelSet. The simple question is how I should proceed with these NA > values i.e. how can I yield a RGChannelSet without features having NA? > > Thanks, > > Philipp > > >RGSet > > RGChannelSet (storageMode: lockedEnvironment) > assayData: 622399 features, 129 samples > element names: Green, Red > An object of class 'AnnotatedDataFrame' > sampleNames: 1 2 ... 129 (129 total) > varLabels: ID txt ... param (106 total) > varMetadata: labelDescription > Annotation > array: IlluminaHumanMethylation450k > annotation: ilmn.v1.2 > > >beta <- getBeta(RGSet) > >sumis.na(beta)) > [1] 2523 > > ------------------------------ > > Post tags: minfi > > You may reply via email or visit Forum: minfi: NA values in RGChannelSet >
ADD COMMENT
0
Entering edit mode
philipp24 ▴ 30
@philipp24-8672
Last seen 7.6 years ago
Germany

Dear Kasper,

I use the latest version (minfi_1.16.1) & create the RGSet the standard way with read.450k.exp

baseDir <- system.file("extdata", package="minfiData")

targets <- read.450k.sheet(baseDir)
RGSet <- read.450k.exp(targets = targets)

My explanation would be that, since ß is the ratio between methylated probe intensity and total probe intensities (sum of methylated and unmethylated probe intensities), NA values can only occor if both methylated and unmethylated probe intensities are zero. Nevertheless, the question remains if this is worrisome and how I should proceed with these 2523 NA values in my RGSet.

Found similar (not too helpful) postings discussing missing values in the MethylSet  (minfi - missing values and minfi: Meth and Unmeth = 0 resulting in beta = NaN? )

Philipp

 

 

ADD COMMENT
0
Entering edit mode
Could you share an IDAT file with a missing value? Dropbox or GDrive for example. Kasper On Tue, Mar 15, 2016 at 3:35 AM, philipp24 [bioc] <noreply@bioconductor.org> wrote: > Activity on a post you are following on support.bioconductor.org > > User philipp24 <https: support.bioconductor.org="" u="" 8672=""/> wrote Answer: > Forum: minfi: NA values in RGChannelSet > <https: support.bioconductor.org="" p="" 79602="" #79613="">: > > Dear Kasper, > > I use the latest version (minfi_1.16.1) & create the RGSet the standard > way with read.450k.exp > > baseDir <- system.file("extdata", package="minfiData") > > targets <- read.450k.sheet(baseDir) > RGSet <- read.450k.exp(targets = targets) > > Found similar postings discussing missing values in the MethylSet (minfi > - missing values <https: support.bioconductor.org="" p="" 46018=""/> and > https://support.bioconductor.org/p/52890/) > > Philipp > > > > > > ------------------------------ > > Post tags: minfi > > You may reply via email or visit > A: Forum: minfi: NA values in RGChannelSet >
ADD REPLY

Login before adding your answer.

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