Learn R Programming

clonevol (version 0.99.11)

generate.boot.nonparametric: Generate and calculate bootstrap means for all clusters Depricated!

Description

Generate and calculate bootstrap means for all clusters Depricated!

Usage

generate.boot.nonparametric(variants, cluster.col.name = "cluster",
  vaf.col.names = NULL, vaf.in.percent = TRUE, num.boots = 1000,
  zero.sample = NULL)

Arguments

variants:

data frame of variants with cluster assignments and VAF of samples. Columns are c('cluster', 'sample1', 'sample2', ....)

zero.sample:

The sample of zero vaf (to use to compare with other clusters to determine if the cluster should be considered zero VAF, and not included in the models)