are_detected | R Documentation |
Are the protein sequences detected by either MHC-I or MHC-II?
are_detected(
protein_sequences,
mhc_haplotype,
peptide_length,
percentile = get_ic50_percentile_binder(),
ic50_prediction_tool
)
protein_sequences |
one or more protein sequences |
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 |
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.