doamp_custom | R Documentation |
doamp_custom
Automatically extract potential amplicons from target sequences
doamp_custom(
target_fasta,
F_primer,
R_primer,
n_mismatch = 0,
output_dir = "rDoAMP_Out",
save_parameter = TRUE,
save_stat = TRUE,
overwrite_output_dir = FALSE
)
target_fasta |
Character. Path to a FASTA file that contains target sequences |
F_primer |
Character. Forward primer sequence. Degenerate base allowed. |
R_primer |
Character. Reverse primer sequence. Degenerate base allowed. |
n_mismatch |
Numeric. The maximum number of primer-template mismatches allowed |
output_dir |
Character. Output directory name |
save_parameter |
Logical. If TRUE, parameters used in the analysis saved |
save_stat |
Logical. If TRUE, summary of the analysis saved |
overwrite_output_dir |
Logical. If TRUE, overwrite the contents of output directory. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.