getVAF {Canopy} | R Documentation |
To get variant allele frequency (VAF) matrix, which contains percentage of
mutant SNA alleles across samples. Used in canopy.sample
.
getVAF(tree,Y)
tree |
input tree |
Y |
SNA CNA overlapping matrix |
Variant allele frequency matrix VAF.
Yuchao Jiang yuchaoj@wharton.upenn.edu
data(MDA231_tree)
data(MDA231)
Y = MDA231$Y
getVAF(MDA231_tree, Y)