The iterative peel-off procedure to extract the independent peak regions.
迭代剥离过程中提取的独立的高峰区域。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function implements the peel-off algorithm to extract the independent regions having the minimum q-value (lower than the given threshold) within each chromosome. The function returns for each aberration and for each chromosome the list of aberrant regions. This function uses as support the function search_peaks_in_region that extract the primary peaks.
实现此功能的剥离算法提取的独立的区域内每个染色体的最低Q值(低于给定阈值)。该函数返回每个畸变和每个染色体异常区域名单。使用此功能支持的功能search_peaks_in_region提取的主要山峰。
注意----------Note----------
This function uses the R package qvalue available at the bioconductor repository.<br> To install the qvalue package, start R and enter:<br> source("http://bioconductor.org/biocLite.R")<br> biocLite("qvalue")
此功能使用R包qvalue可在bioconductor库参考要安装qvalue包,开始R和输入参考源(“http://bioconductor.org/~~V biocLite.R“),参考biocLite(的”qvalue“)
作者(S)----------Author(s)----------
Sandro Morganella et al.
Maintainer: S. Morganella <morganellaalx@gmail.com>