Illumina ID Mapping library
2
0
Entering edit mode
@kritikamish99-9648
Last seen 5.7 years ago
India

I am running lumi and i am getting this message : - Please provide Illumina ID Mapping library!

> file <- 'probe_profile.txt'
> x.lumi <-lumiR.batch(x)
Inputting the data ...

Adding nuID to the data ...
Please provide Illumina ID Mapping library!
Perform Quality Control assessment of the LumiBatch object ...
 from where i will get illumia ID mapping library

thank you

lumi illumina beadarray microarray • 2.8k views
ADD COMMENT
0
Entering edit mode
Mike Smith ★ 6.5k
@mike-smith
Last seen 10 hours ago
EMBL Heidelberg

You provide this in the argument lib.mapping passed to lumiR.batch().  If you're using human arrays you probably want something like:

lumiR.batch(x, lib.mapping = 'lumiHumanIDMapping')
ADD COMMENT
0
Entering edit mode
@kritikamish99-9648
Last seen 5.7 years ago
India
Is it compulsory to provide this argument .? Or it just optional .
ADD COMMENT
0
Entering edit mode

It is optional.  If you don't provide a mapping lumi will just use the standard Illumina Probe IDs, rather than their own.  There is some discussion about why you might want to use there in the package vignette here:

http://bioconductor.org/packages/release/bioc/vignettes/lumi/inst/doc/IlluminaAnnotation.pdf

If you want to find out more about the arguments passed to a function you can access the help file by typing ? and the function name e.g.

?lumiR.batch
ADD REPLY
0
Entering edit mode

ohh okk

thanks mike

ADD REPLY

Login before adding your answer.

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