View source: R/download_ic50s_lut.R
download_ic50s_lut | R Documentation |
Download a lookup table for IC50 predictions of epitopes. For the human reference proteome, each table is approx 300 megabytes.
download_ic50s_lut(
target_name,
haplotype,
peptide_length,
ic50_prediction_tool,
verbose = TRUE
)
target_name |
abbreviated name of organism or virus. Use get_target_names to get the valid values. Use get_target_english_name to get the English name of a target. |
haplotype |
one MHC-I or MHC-II haplotype |
peptide_length |
length of the peptide in amino acids |
ic50_prediction_tool |
tool to predict the IC50 from a
peptide. Possible values are:
|
verbose |
set to TRUE for more output |
The scripts that created these look-up tables are at by https://github.com/richelbilderbeek/bbbq_article_issue_167
the local filename
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.