View source: R/preprocessing.R
runGetDirichletProcessInfo | R Documentation |
Function that takes allele counts and a copy number profile to estimate mutation copy number, cancer cell fraction and multiplicity for each point mutation.
runGetDirichletProcessInfo( loci_file, allele_frequencies_file, cellularity_file, subclone_file, gender, SNP.phase.file, mut.phase.file, output_file )
loci_file |
Simple four column file with chromosome, position, reference allele and alternative allele |
allele_frequencies_file |
Output file from alleleCounter on the specified loci |
cellularity_file |
Full path to a Battenberg rho_and_psi output file |
subclone_file |
Full path to a Battenberg subclones.txt output file |
gender |
Specify male or female |
SNP.phase.file |
Output file from mut_mut_phasing, supply NA (as char) when not available |
mut.phase.file |
Output file from mut_cn_phasing, supply NA (as char) when not available |
output_file |
Name of the output file |
sd11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.