View source: R/main_function.R
ccfMatBuild | R Documentation |
Build CCF Matrix for all samples within region 0-upper
ccfMatBuild( samplelist, upper, input_folder, binwidth = 0.01, add_samplename = FALSE, plot = FALSE, random = FALSE )
samplelist |
samples' nam+e |
upper |
set CCF upper bound |
input_folder |
folder path stores ccf files |
binwidth |
ccf bin width |
add_samplename |
specify whether to add samplename variables |
plot |
whether to plot mutation distribution for samples |
random |
whether to output randomized ccf count matrix |
genelist |
specify whether to only count for certain genes |
A list containing ccfBandCountsMat,ccfBandCountsMat.random,ccfBandFractionMat and ccfBandFractionMat.random
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.