dumpCounts.maf | R Documentation |
Dump allele counts stored in the sample columns of the maf file. Output will go into a file supplied as tumour_outfile and optionally normal_outfile. It will be a fully formatted allele counts file as returned by alleleCounter.
dumpCounts.maf( maf_file, tumour_outfile, normal_outfile = NA, samplename = NA, dummy_alt_allele = NA, dummy_ref_allele = NA )
maf_file |
The maf file to read in |
tumour_outfile |
File to save the tumour counts to |
normal_outfile |
Optional parameter specifying where the normal output should go |
samplename |
Optional parameter specifying the samplename to be used for matching the right column in the maf |
dummy_alt_allele |
|
dummy_ref_allele |
sd11
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.