Description Usage Arguments Details Value Examples
Plot a histogram of distribution of lengths of CDR3 nucleotide sequences. On y-axis are sum of read counts for each length.
1 | vis.count.len(.data, .ncol = 3, .name = "", .col = "Read.count")
|
.data |
Data frame with columns 'CDR3.nucleotide.sequence' and 'Read.count' or list with such data frames. |
.ncol |
If .data is a list, than number of columns in a grid of histograms for each data frame in |
.name |
Title for this plot. |
.col |
Name of the column to use in computing the lengths distribution. |
If .data
is a data frame, than one histogram will be plotted. Is .data
is a list, than grid of histograms
will be plotted.
ggplot object.
1 2 3 4 5 6 7 8 | ## 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)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.