bin_chromosomes | R Documentation |
This functions takes a BED file of chromosome positions for BAM file input
bin_chromosomes(
bin_samtools = build_default_tool_binary_list()$bin_samtools,
bam = "",
verbose = FALSE,
batch_config = build_default_preprocess_config(),
bin_size = 4e+07
)
bin_samtools |
Path to samtools executable. Default path tools/samtools/samtools. |
bam |
Path to directory with BAM files to merge. |
verbose |
Enables progress messages. Default False. |
bin_size |
Bin size. Default 400000000 pb |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.