This function does nothing. It is intended to inherit is parameters' documentation.
default_params_doc(
download_url,
fasta_filename,
folder_name,
locatome,
protein_sequence,
protein_sequences,
tmhmm_bin_filename,
tmhmm_filename,
tmhmm_result,
topology,
verbose
)
the URL to download TMHMM from
path to a FASTA file
superfolder of TMHMM.
The superfolder's name is /home/[user_name]/.local/share
by default, as can be obtained by
get_default_tmhmm_folder
text similar to a FASTA file, with protein names and the locations of its amino acids
a protein sequence
one or more protein sequences
path to the TMHMM binary file. Its default path can be ontained by using get_default_tmhmm_bin_path
filename to write the TMHMM results to
the results of a call to TMHMM,
for example, c(">protein name", "ooooMMMMiiiii")
a tibble with two columns,
named name
for a protein's name and topology
,
for its predicted topology (e.g. ooooMMMMiiiii
).
set to TRUE for more output