Description Usage Arguments Value Examples
View source: R/PlotRAPIFunctions.R
generate a ggplot2, where in the y axis the amount of alleles bindig to the sequence starting at x position is displayed they are also known as "immunodominant regions" as in Grifoni et al. https://doi.org/10.1016/j.chom.2020.03.002
1 2 3 4 5 6 | RepresentedRegions(
resDF,
byGroup = FALSE,
main = "Number of candidate epitopes per position",
nbk = 100
)
|
resDF |
a data frame or RAPIMHCI or RAPIMHCII class object |
main |
a cg¿haracter with a plot title |
nbk |
number of x axis breaks |
a ggplot2 object
1 2 3 4 | ## Not run:
RepresentedRegions(resDF)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.