View source: R/get_ic50_threshold.R
get_ic50_threshold | R Documentation |
Get the threshold IC50 value for a certain percentile. For examples, IC50s below this value may be defined as a binder
get_ic50_threshold(peptide_length, haplotype, percentile, ic50_prediction_tool)
peptide_length |
length of the peptide in amino acids |
haplotype |
one MHC-I or MHC-II haplotype |
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. |
ic50_prediction_tool |
tool to predict the IC50 from a
peptide. Possible values are:
|
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.