powered by
This function produces several matrices, including a Z-score matrix from a matrix of the same size and a percentile matrix of these Z-scores
A matrix of CNV data in an intrachromosomal region (e.g. chr1 vs chr1 or chr5 vs chr5)
a window size for the matrix that calculates the windowed average using the kernel function
extra output for debugging.
use parallelization using mcmapply and doParallel?
The number of cores used for parallelization.
# NOT RUN { load(system.file("extdata","nbl_result_matrix_sign_small.rda",package = "CNVScope")) mat_prob_dist<-calcCNVKernelProbDist(nbl_result_matrix_sign_small,parallel=FALSE) mat_prob_dist # }
Run the code above in your browser using DataLab