View source: R/allotopeHuman.R
allotope_human | R Documentation |
Function of human peptide prediction.
allotope_human(
don_ag = c("DQB1_05_01", "DQB1_06_02"),
self_ag = c("DQB1_03_01", "DQB1_03_01"),
present_ag = c("DRB1_08_03", "DRB1_04_01"),
seq_len = "15",
out_name = "allotope_report.html",
align_plot = FALSE
)
don_ag |
donor antigens. |
self_ag |
self antigens. |
present_ag |
presenting alleles. |
seq_len |
sequence length. |
out_name |
name and path of html report. |
align_plot |
whether or not plot alignment plots, default is FALSE. |
an html report
## Not run:
allotope_human(don_ag = c("DQB1_05_01", "DQB1_06_02"),
self_ag = c("DQB1_03_01", "DQB1_03_01"),
present_ag = c("DRB1_08_03", "DRB1_04_01"),
seq_len = '15',
out_name = '~/projects/allotope_report.html'),
align_plot = FALSE
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.