plotSummaryProfile(aCGH.obj, response = as.factor(rep("All", ncol(aCGH.obj))), titles = unique(response[!is.na(response)]), X = TRUE, Y = FALSE, maxChrom = 23, chrominfo = human.chrom.info.Jul03, num.plots.per.page = length(titles), factor = 2.5, posThres=100, negThres=-0.75)
response
factor
specifies the number by which experimental variability should be multiples. Used only when tumor specific variability in aCGH.obj
is not NULL. Defaults to 2.5find.genomic.events
by plotting it and testing between groups. The test are performed
using kruskal-wallis rank test.
aCGH
find.genomic.events
data(colorectal)
## Plotting summary of the sample profiles
plotSummaryProfile(colorectal)
Run the code above in your browser using DataLab