Obtain BAF and LogR from the allele counts
getBAFsAndLogRs(
tumourAlleleCountsFile.prefix,
normalAlleleCountsFile.prefix,
figuresFile.prefix,
BAFnormalFile,
BAFmutantFile,
logRnormalFile,
logRmutantFile,
combinedAlleleCountsFile,
chr_names,
g1000file.prefix,
minCounts = NA,
samplename = "sample1",
seed = as.integer(Sys.time())
)Prefix of the allele counts files for the tumour.
Prefix of the allele counts files for the normal.
Prefix for output figures file names.
File where BAF from the normal will be written.
File where BAF from the tumour will be written.
File where LogR from the normal will be written.
File where LogR from the tumour will be written.
File where combined allele counts for tumour and normal will be written.
A vector with allowed chromosome names.
Prefix to where 1000 Genomes reference files can be found.
Integer, minimum depth required for a SNP to be included (optional, default=NA).
String, name of the sample (optional, default=sample1).
A seed to be set for when randomising the alleles.