Name Mode Size
..
BASH.Rd 100644 8 kb
BASHCompact.Rd 100644 3 kb
BASHDiffuse.Rd 100644 4 kb
BASHExtended.Rd 100644 2 kb
GEO.Rd 100644 3 kb
GEOtemplate.Rd 100644 0 kb
HULK.Rd 100644 3 kb
addFeatureData.Rd 100644 2 kb
annotationInterface.Rd 100644 2 kb
backgroundCorrectSingleSection.Rd 100644 2 kb
beadarray-package.Rd 100644 0 kb
beadarrayUsersGuide.Rd 100755 1 kb
boxplot.Rd 100644 2 kb
calculateDetection.Rd 100755 2 kb
calculateOutlierStats.Rd 100644 2 kb
checkRegistration.Rd 100644 2 kb
class-BeadLevelList.Rd 100644 1 kb
class-ExpressionSetIllumina.Rd 100644 2 kb
class-beadLevelData.Rd 100755 2 kb
class-beadRegistrationData.Rd 100644 2 kb
class-illuminaChannel.Rd 100755 2 kb
class-limmaResults.Rd 100644 1 kb
combine.Rd 100644 1 kb
controlProbeDetection.Rd 100644 3 kb
convertBeadLevelList.Rd 100755 1 kb
createTargetsFile.Rd 100755 3 kb
deprecatedFunctions.Rd 100644 0 kb
dim.Rd 100755 1 kb
expressionQCPipeline.Rd 100644 4 kb
generateNeighbours.Rd 100644 3 kb
getBeadData.Rd 100644 1 kb
identifyControlBeads.Rd 100755 1 kb
illuminaOutlierMethod.Rd 100755 1 kb
imageProcessing.Rd 100644 1 kb
imageplot.Rd 100644 4 kb
insertBeadData.Rd 100644 2 kb
insertSectionData.Rd 100755 1 kb
limmaDE.Rd 100644 2 kb
makeControlProfile.Rd 100644 1 kb
makeQCTable.Rd 100755 2 kb
maplots.Rd 100644 2 kb
medianNormalise.Rd 100755 1 kb
metrics.Rd 100644 1 kb
noOutlierMethod.Rd 100755 1 kb
normaliseIllumina.Rd 100755 4 kb
numBeads.Rd 100644 1 kb
outlierplot.Rd 100644 2 kb
platformSigs.Rd 100755 0 kb
plotBeadIntensities.Rd 100755 2 kb
plotBeadLocations.Rd 100755 2 kb
plotChipLayout.Rd 100755 2 kb
plotMAXY.Rd 100755 2 kb
plotTIFF.Rd 100644 3 kb
poscontPlot.Rd 100644 2 kb
processSwathData.Rd 100644 4 kb
quickSummary.Rd 100755 1 kb
readBeadSummaryData.Rd 100755 6 kb
readIdatFiles.Rd 100644 1 kb
readIllumina.Rd 100755 5 kb
readLocsFile.Rd 100755 1 kb
readTIFF.Rd 100644 2 kb
sampleSheet.Rd 100644 2 kb
sectionNames.Rd 100644 1 kb
setWeights.Rd 100755 1 kb
show.Rd 100644 1 kb
showArrayMask.Rd 100644 1 kb
squeezedVarOutlierMethod.Rd 100755 2 kb
summarize.Rd 100755 5 kb
transformationFunctions.Rd 100755 2 kb
weightsOutlierMethod.Rd 100755 1 kb
README.md
# beadarray Quality Assessment, processing and analysis of Illumina microarray data The package is able to read bead-level data (raw TIFFs and text files) output by BeadScan as well as bead-summary data from BeadStudio. Methods for quality assessment and low-level analysis are provided. ## Author: Mark Dunning, Mike L. Smith, Jonathan Cairns, Andy Lynch, Matt Ritchie ## Maintainer: Mark Dunning <m.j.dunning at sheffield.ac.uk> ## Citation > Dunning MJ, Smith ML, Ritchie ME and Tavaré S (2007). “beadarray: R classes and methods for Illumina bead-based data.” Bioinformatics, 23(16), pp. 2183–4. ## Installation ``` install.packages("BiocManager") BiocManager::install("beadarray") ``` ## Documentation To view documentation for the version of this package installed in your system, start R and enter: ``` browseVignettes("beadarray") ```