| mutationCalls-class {mitoClone2} | R Documentation |
To create this class from a list of bam files (where each bam file corresponds
to a single cell), use mutationCallsFromCohort or
mutationCallsFromExclusionlist. To create this class if you
already have the matrices of mutation counts, use its contstructor, i.e.
mutationCallsFromMatrix(M = data1, N = data2).
MA matrix of read counts mapping to the mutant allele. Columns are genomic sites and rows and single cells.
NA matrix of read counts mapping to the nonmutant alleles. Columns are genomic sites and rows and single cells.
ternaryDiscretized version describing the mutational status of each gene in each cell, where 1 signfiies mutant, 0 signifies reference, and ? signifies dropout
clusterBoolean vector of length ncol(M) specifying if the given
mutation should be included for clustering (TRUE) or only used for
annotation.
metadataMetadata frame for annotation of single cells (used for
plotting). Row names should be the same as in M
treeInferred mutation tree
cell2cloneProbability matrix of single cells and their assignment to clones.
mut2cloneMaps mutations to main clones
mainCloneProbability matrix of single cells and their assignment to main clones
treeLikelihoodsLikelihood matrix underlying the inference of main
clones, see clusterMetaclones