View source: R/default_params_doc.R
default_params_doc | R Documentation |
This function does nothing. It is intended to inherit is parameters' documentation.
default_params_doc( alleles, do_filter, fasta_filename, folder_name, mhc_haplotype, netmhcpan_archive_filename, netmhcpan_bin_tarfile_path, netmhcpan_bin_url, netmhcpan_data_tarfile_path, netmhcpan_data_url, netmhcpan_folder_name, netmhcpan_subfolder, netmhcpan_version, os, peptide_length, peptides, protein_sequence, temp_fasta_filename, temp_local_file, temp_xls_filename, verbose, xls_filename )
alleles |
one or more alleles, e.g. |
do_filter |
set to TRUE if the results of NetMHCpan must be filtered |
fasta_filename |
the name of a FASTA file with protein sequences |
folder_name |
the folder to install NetMHCpan, which is
|
mhc_haplotype |
one MHC haplotype, e.g. |
netmhcpan_archive_filename |
the NetMHCpan archive
filename, for example |
netmhcpan_bin_tarfile_path |
path of the NetMHCpan binary tarball file |
netmhcpan_bin_url |
URL to download the
NetMHCpan binary tarball file from,
similar to, for example,
|
netmhcpan_data_tarfile_path |
path of the NetMHCpan data tarball file |
netmhcpan_data_url |
URL to download the NetMHCpan data tarball file from, similar to, for example, https://services.healthtech.dtu.dk/services/NetMHCpan-4.1/data.tar.gz Use get_netmhcpan_data_url to get the default URL. |
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. |
netmhcpan_subfolder |
the subfolder (to be) used by NetMHCpan. Use get_default_netmhcpan_subfolder to see the location of the default NetMHCpan subfolder |
netmhcpan_version |
the NetMHCpan version,
for example |
os |
the operating system as obtained by |
peptide_length |
length of a peptide |
peptides |
one or more peptide sequences |
protein_sequence |
a protein sequence, for example |
temp_fasta_filename |
name for a temporary FASTA file, which will be deleted automatically |
temp_local_file |
path to the temporary file to store the URL to. This file will be deleted afterwards. |
temp_xls_filename |
name for a temporary |
verbose |
set to TRUE for more output |
xls_filename |
name of an |
This is an internal function, so it should be marked with
@noRd
. This is not done, as this will disallow all
functions to find the documentation parameters
Richèl J.C. Bilderbeek
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.