View source: R/run_netmhcpan.R
run_netmhcpan | R Documentation |
Run NetMHCpan
run_netmhcpan( fasta_filename, alleles = "HLA-A0101", peptide_length = 15, netmhcpan_folder_name = get_default_netmhcpan_folder(), temp_xls_filename = netmhcpan::create_temp_xls_filename() )
fasta_filename |
the name of a FASTA file with protein sequences |
alleles |
one or more alleles, e.g. |
peptide_length |
length of a peptide |
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_xls_filename |
name for a temporary |
a data frame with the NetMHCpan results
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.