View source: R/predict_ic50s.R
predict_ic50s | R Documentation |
Predict the IC50s from a sequence
predict_ic50s(
protein_sequence,
peptide_length,
mhc_haplotype,
netmhc2pan_folder_name = get_default_netmhc2pan_folder(),
temp_fasta_filename = netmhc2pan::create_temp_fasta_filename(),
temp_xls_filename = netmhc2pan::create_temp_xls_filename()
)
protein_sequence |
a protein sequence, for example |
peptide_length |
length of a peptide |
mhc_haplotype |
one MHC haplotype, e.g. |
netmhc2pan_folder_name |
the folder (to be) used by NetMHCIIpan. From this location, a subfolder for NetMHCIIpan is created. Use get_default_netmhc2pan_folder to see the location of the default NetMHCIIpan folder. Use get_default_netmhc2pan_subfolder to see the location of the default NetMHCIIpan subfolder. |
temp_fasta_filename |
name for a temporary FASTA file, which will be deleted automatically |
temp_xls_filename |
name for a temporary |
a tibble with columns:
peptide the peptide fragment, each of length peptide_length
ic50 the predicted IC50 (in nM)
The number of rows equals protein_sequence - peptide_length + 1
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.