# \donttest{
# Define example tree set
graphs <- ExampleTrees[1:10]
# Perform MRCA test on isotypes
x <- testMRCA(graphs, "c_call", nperm=10)
# Plot
plotMRCATest(x, color="steelblue", style="hist")
plotMRCATest(x, style="cdf")
# }
Run the code above in your browser using DataLab