powered by
To get variant allele frequency (VAF) matrix, which contains percentage of mutant SNA alleles across samples. Used in canopy.sample.
canopy.sample
getVAF(tree,Y)
input tree
SNA CNA overlapping matrix
Variant allele frequency matrix VAF.
# NOT RUN { data(MDA231_tree) data(MDA231) Y = MDA231$Y getVAF(MDA231_tree, Y) # }
Run the code above in your browser using DataLab