Estimate VAFs of clones/clusters by calculating the median of the VAFs of all variants provided.
estimate.clone.vaf(v, cluster.col.name = "cluster", vaf.col.names = NULL,
vaf.in.percent = TRUE, method = "median", ref.count.col.names = NULL,
var.count.col.names = NULL, depth.col.names = NULL)
data frame containing variants' VAF and clustering
name of the column that hold the cluster ID
names of the columns that hold VAFs
median or mean