Description Usage Arguments Examples
View source: R/plot_mutation_location.R
Produce a graphical output portraying a geneName's neoantigen positions, as well as predicted percentage ranks for their present mutant neoantigen peptides (which have HLA alleles affinities information available in the lung cancer neoantigen database.)
1 | plot_mutation_location(geneName, seq, confidence = 0)
|
geneName |
The string name of the gene. |
seq |
The string peptide sequence associated with the gene. |
confidence |
By default, confidence is set to 0. If it is set to 1, scatterplot will be coloured according to the confidence level of the neoantigens. |
1 | plot_mutation_location("EPB41L3", "RAMAIYKQSQ...", confidence=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.