View source: R/default_params_doc.R
default_params_doc | R Documentation |
Documentation of general function arguments. This function does nothing. It is intended to inherit function argument documentation.
default_params_doc(
cobalt_folder,
cobalt_options,
conserved_domain_threshold,
conservation_score_threshold,
conserved_block_filename,
dfb_added_weight,
destination_filename,
do_dry_run,
domain_database_filename,
fasta_filename,
ffb_added_weight,
filler_threshold,
middle_extend_gap_penalty,
no_rps,
open_gap_in_middle_penalty,
pac_filename,
pseudocount_constant,
residue_frequencies_filename,
score_matrix_name,
search_around_ccs,
search_pattern_filename,
terminal_extend_gap_penalty,
terminal_open_gap_penalty,
use_fastme,
verbose
)
cobalt_folder |
the folder where COBALT is installed in. Use get_default_cobalt_folder to get the default COBALT folder |
cobalt_options |
a set of COBALT options, as can be created by create_cobalt_options |
conserved_domain_threshold |
the threshold of the E-value
for selecting conserved domains.
The COBALT |
conservation_score_threshold |
the minimum average score needed
for a multiple alignment column to be considered as conserved.
The COBALT |
conserved_block_filename |
filename containing conserved blocks,
the COBALT |
dfb_added_weight |
the amount of extra weight (0..1)
to give the actual sequence letter at that position,
The COBALT |
destination_filename |
filename for destination text seqalign
the COBALT |
do_dry_run |
Do a dry run, that is, only test all preconditions
The COBALT |
domain_database_filename |
domain database filename,
the COBALT |
fasta_filename |
name of a FASTA file |
ffb_added_weight |
the amount of extra weight
(0..1) to give the actual sequence letter at that position
when assigning filler residue frequencies.
The COBALT |
filler_threshold |
the threshold of the E-value
for aligning filler segments.
The COBALT |
middle_extend_gap_penalty |
The COBALT |
no_rps |
do not perform initial RPS blast search
The COBALT |
open_gap_in_middle_penalty |
The COBALT |
pac_filename |
name of the file
containing pairwise alignment constraints, one per line,
each of the following form:
|
pseudocount_constant |
the pseudocount constant
The COBALT |
residue_frequencies_filename |
filename containing residue frequencies,
the COBALT |
score_matrix_name |
name of the COBALT score matrix. Use get_matrix_names to get a list of all possible matrix names |
search_around_ccs |
look for conserved columns
and iterate if any are found.
The COBALT |
search_pattern_filename |
filename containing search patterns,
the COBALT |
terminal_extend_gap_penalty |
The COBALT |
terminal_open_gap_penalty |
the gap open penalty
for initial/terminal gaps.
The COBALT |
use_fastme |
use FastME tree generation algorithm (instead
of neighbor joining).
The COBALT |
verbose |
verbose output
the COBALT |
This is an internal function, so it should be marked with
@export
. 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.