powered by
Plot a histogram of distribution of lengths of CDR3 nucleotide sequences. On y-axis are sum of read counts for each length.
vis.count.len(.data, .ncol = 3, .name = "", .col = "Read.count")
Data frame with columns 'CDR3.nucleotide.sequence' and 'Read.count' or list with such data frames.
If .data is a list, than number of columns in a grid of histograms for each data frame in .data. Else not used.
.data
Title for this plot.
Name of the column to use in computing the lengths distribution.
ggplot object.
If .data is a data frame, than one histogram will be plotted. Is .data is a list, than grid of histograms will be plotted.
# NOT RUN { load('immdata.rda') # Plot one histogram with main title. vis.count.len(immdata[[1]], 'Main title here') # Plot a grid of histograms with 2 columns. vis.count.len(immdata, 2) # }
Run the code above in your browser using DataLab