topSeqsPlot | R Documentation |
Create a cumulative frequency bar plot of a specified number of top sequences.
topSeqsPlot(study_table, top = 10)
study_table |
A study tibble imported using the LymphoSeq function readImmunoSeq or productiveSeq. |
top |
The number of top sequences to be colored in the bar plot. All other, less frequent sequences are colored violet. |
The plot is made using the package ggplot2 and can be reformatted using ggplot2 functions. See examples below.
Returns a cumulative frequency bar plot of the top sequences.
An excellent resource for examples on how to reformat a ggplot can be found in the R Graphics Cookbook online (http://www.cookbook-r.com/Graphs/).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.