Usage
runExPANdS(SNV, CBS, maxScore=2.5, max_PM=6, min_CellFreq=0.1, precision=NA,
plotF=2,snvF="out.expands",maxN=8000,region=NA)
Arguments
SNV
Matrix in which each row corresponds to a mutation. Only mutations located on autosomes should be included. Columns in SNV must be labeled and must include:
chr - the chromosome on which each mutation is located;
startpos - the genomic posi
CBS
Matrix in which each row corresponds to a copy number segment. CBS is typically the output of a circular binary segmentation algorithm. Columns in CBS must be labeled and must include:
chr - chromosome;
startpos - the first genomic position
maxScore
Upper threshold for the confidence of subpopulation detection. Only subpopulations identified at a score below $maxScore$ (default 2.5) are kept.
max_PM
Upper threshold for the number of amplicons per mutated cell (default: 6). Increasing the value of this variable is not recommended unless extensive depth and breadth of coverage underly the measurements of copy numbers and allele frequencies. See also
min_CellFreq
Lower threshold for the prevalence of a mutated cell (default: 0.1); mutations for which allele frequency x copy number are below this value, are excluded from further computation. Decreasing the value of this variable is not recommended unless extensive
precision
Precision with which subpopulation size is predicted, a small value reflects a high resolution and can trigger a higher number of predicted subpopulations (default 0.1/log(n/7), where n = # mutations).
plotF
Option for displaying a visual representation of the identified SPs (0 - no display; 1 - display subpopulation size; 2 - display subpopulation size and phylogeny; default: 2).
snvF
The name of the file from which mutations have been read.
maxN
Upper limit for # SNVs during clustering. If number of user supplied SNVs exceeds , the clustering of cellular frequency distributions will be restricted to SNVs found within (default: 8000; increasing value of this parameter not recommende
region
Regional boundary for mutations included during clustering.
Matrix in which each row corresponds to a genomic segment. Columns must include:
chr - the chromosome of the segment ;
start - the first genomic position of the segment;
end