View source: R/calc_p_det_tmh_mut.R
calc_p_det_tmh_mut | R Documentation |
Calculate the chance that a TMH one-mutation mutant is detected
calc_p_det_tmh_mut(
protein_sequence,
mhc_haplotype,
peptide_length,
ic50_prediction_tool,
n_adjancent_sequences = Inf,
percentile = get_ic50_percentile_binder()
)
protein_sequence |
a protein sequence |
mhc_haplotype |
haplotype of either HMC-I or MHC-II. Use get_mhc1_haplotypes to get a list of all MHC-I haplotypes. Use get_mhc2_haplotypes to get a list of all MHC-II haplotypes. |
peptide_length |
length of the peptide in amino acids |
ic50_prediction_tool |
tool to predict the IC50 from a
peptide. Possible values are:
|
n_adjancent_sequences |
look at the |
percentile |
how low the IC50 must be for the protein to be considered a binder. For example, 0.02 denotes that the protein must have an IC50 in the lowest 2 percent range. The default value is returned by get_ic50_percentile_binder. |
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.