R/Echidna_other_functions.R
get.avr.mut.data.Rd
Get information about somatic hypermutation in the simulation. This function return a barplot showing the average mutation.
get.avr.mut.data(igraph.index.attr, history, clonotype.select, level)
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.clone".
Can be "clone" or "cell". If "clone", the function will return average mutation on unique variant level. Otherwise it will return on cell level.
a bar plot showing the average mutation on clone or cell level.