View source: R/create_cobalt_options.R
create_cobalt_options | R Documentation |
Create the COBALT options
create_cobalt_options(
search_pattern_filename = file.path(get_default_cobalt_folder(), "patterns"),
domain_database_filename = file.path(get_default_cobalt_folder(), "cdd"),
conserved_block_filename = file.path(get_default_cobalt_folder(), "cdd.blocks"),
residue_frequencies_filename = file.path(get_default_cobalt_folder(), "cdd.freq"),
destination_filename = "",
pac_filename = "",
conserved_domain_threshold = 0.01,
filler_threshold = 0.01,
terminal_open_gap_penalty = 5,
terminal_extend_gap_penalty = 1,
open_gap_in_middle_penalty = 11,
middle_extend_gap_penalty = 1,
conservation_score_threshold = 0.67,
dfb_added_weight = 0.5,
ffb_added_weight = 1,
no_rps = FALSE,
search_around_ccs = TRUE,
score_matrix_name = "BLOSUM62",
pseudocount_constant = 2,
use_fastme = FALSE,
do_dry_run = FALSE,
verbose = FALSE
)
search_pattern_filename |
filename containing search patterns,
the COBALT |
domain_database_filename |
domain database filename,
the COBALT |
conserved_block_filename |
filename containing conserved blocks,
the COBALT |
residue_frequencies_filename |
filename containing residue frequencies,
the COBALT |
destination_filename |
filename for destination text seqalign
the COBALT |
pac_filename |
name of the file
containing pairwise alignment constraints, one per line,
each of the following form:
|
conserved_domain_threshold |
the threshold of the E-value
for selecting conserved domains.
The COBALT |
filler_threshold |
the threshold of the E-value
for aligning filler segments.
The COBALT |
terminal_open_gap_penalty |
the gap open penalty
for initial/terminal gaps.
The COBALT |
terminal_extend_gap_penalty |
The COBALT |
open_gap_in_middle_penalty |
The COBALT |
middle_extend_gap_penalty |
The COBALT |
conservation_score_threshold |
the minimum average score needed
for a multiple alignment column to be considered as conserved.
The COBALT |
dfb_added_weight |
the amount of extra weight (0..1)
to give the actual sequence letter at that position,
The COBALT |
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 |
no_rps |
do not perform initial RPS blast search
The COBALT |
search_around_ccs |
look for conserved columns
and iterate if any are found.
The COBALT |
score_matrix_name |
name of the COBALT score matrix. Use get_matrix_names to get a list of all possible matrix names |
pseudocount_constant |
the pseudocount constant
The COBALT |
use_fastme |
use FastME tree generation algorithm (instead
of neighbor joining).
The COBALT |
do_dry_run |
Do a dry run, that is, only test all preconditions
The COBALT |
verbose |
verbose output
the COBALT |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.