meanIntensityByScanChrom(intenData, vars = c("X", "Y"), snp.exclude = NULL, verbose = TRUE)
IntensityData
object. Chromosomes are
expected to be in contiguous blocks.intenData
may be supplied.
If two variables are given, the mean of their sum is computed as
well. The default is to compute the mean and standard deviation for X
and Y intensity.
IntensityData
, mean
, sd
file <- system.file("extdata", "illumina_qxy.gds", package="GWASdata")
gds <- GdsIntensityReader(file)
intenData <- IntensityData(gds)
meanInten <- meanIntensityByScanChrom(intenData)
close(intenData)
Run the code above in your browser using DataLab