Description Usage Arguments Examples
View source: R/graph_affinity.R
Barplot a gene's predicted percentage ranks for its present mutant neoantigen peptides (which have HLA alleles affinities information available in the lung cancer neoantigen database.)
1 | graph_affinity(geneName, seq, colorFlag = 0)
|
geneName |
The string name of the gene. |
seq |
The string peptide sequence associated with the gene. |
colorFlag |
By Default, colorFlag is set to 0. If it is set to 1, all subsequent affinity barplots will be coloured according to binding strength between the mutation and the HLA-Allele. If it is set to 2, all subsequent affinity barplots will be coloured according to confidence level between mutation and the HLA-Allele. |
1 | graph_affinity("TP53", "FSDLWC....", 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.