cisEffectTest(CNdata, GEdata, genes2test=NULL, GEchr,
analysisType="univariate", testStatistic="wcvm",
nPerm = 10000, lowCiThres = 0.1, verbose=TRUE)cghCall, containing (among others) annotion and call probabilities. Features should be matched with those of the
accompanying ExpressionSet-object (as may be done using the matchAnn2Ann-function). ExpressionSet. Features should be matched with those of the accompanying
cghCall-object (as may be done using the matchAnn2Ann-function). Numeric indicator vector containing row number of genes for which the DNA copy number cis-effect should be tested. The function cisEffectTune yields an optimal selection. featureData of the ExpressionSet-object GEdata specifying the chromosome information of the features. "univariate" (no shrinkage)
or "regional" (shrinkage)."wcvm" or "wmw", the weighted Cramer-Von Mises and
the weighted Mann-Whitney test statistic, respectively. eff.p.val.thres are discarded from the permutation analysis and their p-value is set equal to 1.
Should be chosen in accordance with the FDR-threshold for significance. cisTest.
matchAnn2Ann, cisEffectTune, cisEffectTable, cisEffectPlot # load data
data(pollackCN16)
data(pollackGE16)
# test cis-effect of DNA copy number on gene expression levels
cisRes <- cisEffectTest(pollackCN16, pollackGE16, 1:nrow(pollackGE16), 1, nPerm=25)
Run the code above in your browser using DataLab