get_sq_bam | R Documentation |
This function takes a BAM file and collects the chr names from the bam file.
get_sq_bam(
bin_samtools = build_default_tool_binary_list()$bin_samtools,
bin_bgzip = build_default_tool_binary_list()$bin_bgzip,
bin_tabix = build_default_tool_binary_list()$bin_tabix,
bam = NULL,
header = TRUE,
chromosomes = NULL,
base = 0,
index = FALSE,
compress = FALSE,
...
)
bin_samtools |
Path to samtools executable. Default path tools/samtools/samtools. |
bam |
Path to directory with BAM files to merge. |
header |
Save header in BED file. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.