Description Usage Arguments Details Value Author(s) References Examples
View source: R/crlmm-illumina.R
Reads intensity information for each bead type from .idat files of Infinium II genotyping BeadChips
1 2 3 4 5 6 |
sampleSheet |
|
arrayNames |
character vector containing names of arrays to be
read in. If |
ids |
vector containing ids of probes to be read in. If
|
path |
character string specifying the location of files to be read by the function |
arrayInfoColNames |
(used when |
highDensity |
logical (used when |
sep |
character string specifying separator used in .idat file names. |
fileExt |
list containing elements 'Green' and 'Red' which specify the .idat file extension for the Cy3 and Cy5 channels. |
saveDate |
logical. Should the dates from each .idat be saved with sample information? |
verbose |
logical. Should processing information be displayed as data is read in? |
The summarised Cy3 (G) and Cy5 (R) intensities (on the orginal scale) are read in from the .idat files.
Where available, a sampleSheet
data.frame, in the same format
as used by BeadStudio (columns 'Sample\_ID', 'SentrixBarcode\_A' and
'SentrixPosition\_A' are required) which keeps track of sample
information can be specified.
Thanks to Keith Baggerly who provided the code to read in the binary .idat files.
NChannelSet with intensity data (R
, G
), and indicator
for SNPs with 0 beads (zero
) for each bead type.
Matt Ritchie
Ritchie ME, Carvalho BS, Hetrick KN, Tavar\'e S, Irizarry RA. R/Bioconductor software for Illumina's Infinium whole-genome genotyping BeadChips. Bioinformatics. 2009 Oct 1;25(19):2621-3.
1 | #RG = readIdatFiles()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.