Copy number alteration calling after (possible) multiple testing correction for samples and/or amplicons/genes. P-values are controlled either for the number of samples, the number of amplicons/genes or both. Different methods of multiple testing can be chosen to control either FWER or FDR.
call.CNA(CNA, analysis.mode="gene-wise", method.p="samples_genes/amplicons",
method.mt="bonferroni", thres.p=0.05, sig.call=0, sig.per=0)List of CNA assessments generated by assess.CNA.
The Mode of the analysis: ("gene-wise") or ("amplicon-wise")
The multiple testing method used for detection:
Usage of uncorrected p-values ("p"), p-values corrected for samples ("p_samples"),
p-values corrected for amplicons/genes ("p_genes/amplicons") or p-values corrected for samples and
amplicons/genes ("p_samples_genes/amplicons").
Method for multiple testing correction: must be equal to bonferroni, holm,
hochberg, fdr, BH, BY, hommel or none
as described in the package stats.
Significance level for calling of copy number alterations.
An integer >= 0. Only used if analysis.mode="gene-wise". Required minimum number of amplicons supporting a gene CNA call.
An integer >= 0. Only used if analysis.mode="gene-wise". Required minimum percentage of amplicons supporting a gene CNA call.
Table containing the status (GAIN, LOSS or NORMAL) of each amplicon or gene in each sample ("tab"). Matrix of copy number estimates in each sample and each amplicon or gene ("CN"). Indicator matrix of detected gains in each sample and each amplicon or gene ("gain") and the same for losses ("loss").
# NOT RUN {
data(coverage)
CN <- calculate.CN(coverage)
CNA <- assess(CN)
calls <- call.CNA(CNA)
# }
Run the code above in your browser using DataLab