Generate and calculate bootstrap means for each cluster
1 2 | generate.boot(variants, cluster.col.name = "cluster", vaf.col.names = NULL,
vaf.in.percent = TRUE, num.boots = 1000, zero.sample = NULL)
|
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) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.