Description Usage Arguments Value Examples
View source: R/PlotRAPIFunctions.R
generate a ggplot2 logo of the evaluated papetide and its binding regions (Core) allowing the identification of the Core with its deleted (bulging out) regions and predicted insertion sites
1 | ImmunoDominantRegions(seq, eDB, pr = c("inverse", "count"), nCores)
|
seq |
a sequence from seqinr::read.fasta |
eDB |
a data frame or RAPIMHCI or RAPIMHCII class object |
pr |
The rank level. (0.5 by default)if not missing, the level of selected top rank. if pr <= 0 it just counts the AA presence in a peptide candidate |
nCores |
(integer) number of cores to use, if missing it will be automatically set |
a ggplot2 object
1 2 3 4 5 | ## Not run:
seq <- seqinr::read.fata(file = ........)
ImmunoDominantRegions(seq = seq, eDB = res)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.