# create an instance of cghCall
new("cghCall")
# create an instance of cghCall through \code{\link{ExpandCGHcall}}
## Not run: 
#    data(Wilting)
#    rawcgh <- make_cghSeg(Wilting)
#    normalized <- normalize(rawcgh)
#    segmented <- segmentData(normalized)
#    perc.tumor <- rep(0.75, 3)
#    listcalled <- CGHcall(segmented,cellularity=perc.tumor)
#    called <- ExpandCGHcall(listcalled,segmented)
# 
#    # plot the first sample. Default only every 10th log2-ratio is plotted (dotres=10). Adjust using dotres= option below. 
#    plot(called[,1])
#    # plot the first chromosome of the first sample
#    plot(called[chromosomes(called)==1,1])
# 
#    # get the copynumber values of the third and fourth sample
#    log2ratios <- copynumber(called[,3:4])
# 
#    # get the names of the samples
#    sampleNames(called)
# 
#    # get the names of the array elements
#    featureNames(called)
# ## End(Not run)
Run the code above in your browser using DataLab