testMRCA: Tests for MRCA annotation enrichment in lineage trees
Description
testMRCA performs a permutation test on a set of lineage trees to determine
the significance of an annotation's association with the MRCA position of the lineage
trees.
# NOT RUN {# Define example tree setgraphs <- ExampleTrees[1-10]
# Perform MRCA test on isotypesx <- testMRCA(graphs, "c_call", nperm=10)
print(x)
# }# NOT RUN {# }