View source: R/predict_ic50s.R
predict_ic50s | R Documentation |
Predict the IC50s from a sequence
predict_ic50s( protein_sequence, peptide_length, mhc_haplotype, netmhcpan_folder_name = get_default_netmhcpan_folder(), temp_fasta_filename = netmhcpan::create_temp_fasta_filename(), temp_xls_filename = netmhcpan::create_temp_xls_filename() )
protein_sequence |
a protein sequence, for example |
peptide_length |
length of a peptide |
mhc_haplotype |
one MHC haplotype, e.g. |
netmhcpan_folder_name |
the folder (to be) used by NetMHCpan. From this location, a subfolder for NetMHCpan is created. Use get_default_netmhcpan_folder to see the location of the default NetMHCpan folder. Use get_default_netmhcpan_subfolder to see the location of the default NetMHCpan 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.