View source: R/predict_ic50s.R
predict_ic50s | R Documentation |
Predict IC50s
predict_ic50s(
protein_sequence,
peptide_length,
haplotype,
ic50_prediction_tool,
mhcnuggetsr_peptides_path = mhcnuggetsr::create_temp_peptides_path()
)
protein_sequence |
a protein sequence |
peptide_length |
length of the peptide in amino acids |
haplotype |
one MHC-I or MHC-II haplotype |
ic50_prediction_tool |
tool to predict the IC50 from a
peptide. Possible values are:
|
mhcnuggetsr_peptides_path |
path to a temporary file to create peptides, as needed by mhcnuggetsr, which is create_temp_peptides_path by default |
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.