Entering edit mode
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
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.ohh okk
thanks mike