R/Echidna_other_functions.R
get.avr.mut.plot.Rd
Get information about somatic hypermutation in the simulation. This function return a barplot showing the average mutation.
get.avr.mut.plot(igraph.index.attr, history, clonotype.select, level, y.limit)
A list "igraph.index.attr" from the simulation output.
A dataframe "history" from the simulation output.
The selected clonotype index, can be the output of the function "select.top.clone".
Can be "node" or "cell". If "node", the function will return average mutation on unique variant level. Otherwise it will return on cell level.
The upper limit for y axis in the plot.
a barplot showing the average mutation per node (same heavy and light chain set) or per cell.