Visualise clonal dynamics (i.e., changes in frequency or count) with error bars of given clones among time points.
vis.clonal.dynamics(.changed, .lower, .upper, .log = T)
Result from the find.clonotypes
function, i.e. data frame with first
columns with sequences (nucleotide or amino acid) and other columns are columns with frequency / count
for each time point for each clone.
Similar to .changed but values are lower bound for clonal count / frequency.
Similar to .changed but values are upper bound for clonal count / frequency.
if T then log-scale y-axis.
ggplot object.