concatenate_bams | R Documentation |
This function takes a BAM file and merges it with others found within a directory. The ouput file is a non-sorted bam file
concatenate_bams(
bin_samtools = build_default_tool_binary_list()$bin_samtools,
bams = "",
output_name = "",
verbose = FALSE,
batch_config = build_default_preprocess_config(),
threads = 3
)
output_name |
Output file name |
verbose |
Enables progress messages. Default False. |
threads |
Number of threads to use.Default 3. |
bam |
Path to the input bam file with the sequence. |
bam_dir |
Path to directory with BAM files to merge. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.