tests/testthat/helper-multitest.R

create.test.tree <- function(tree, node.text, sample, ...) {
    out <- SRCGrob(
        tree,
        node.text,
        node.radius = 0.1,
        node.text.cex = 0.85,
        scale1 = 0.9,
        yaxis1.label = 'PGA',
        yaxis2.label = 'SNV',
        xaxis.label = 'CP',
        main = sample,
        main.cex = 1.55,
        main.y = 0.3,
        size.units = 'inches',
        ...
        );

    return(out);
    }

Try the CancerEvolutionVisualization package in your browser

Any scripts or data that you put into this service are public.

CancerEvolutionVisualization documentation built on Nov. 22, 2023, 1:08 a.m.