Description Usage Arguments Examples
Loads a set of hybridizations into a matrix and them proceeds to filter, summarize and median normalize them
1 | workedExampleMedianNormalize(exptname, intensityCutoff=0, datadir=".", minSumlength, madAdjust = FALSE)
|
exptname |
string indicating the name of the experiment |
intensityCutoff |
The intensity value for accepting the spots intensity value in the experiment |
datadir |
The directory where hybridization files are found. |
minSumlength |
Minimum exceptable number of values to summarize intensity value. |
madAdjust |
if |
1 2 3 | #Normalize data in the current directory to the median per chip
datadir <- system.file("extdata", package="MiChip")
myNormedEset <-workedExampleMedianNormalize("MyExpt", intensityCutoff=0, datadir, minSumlength=0, madAdjust=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.