This function takes a BAM file and generates a TXT file with its genome-wide coverage
1 2 3 4 5 6 | calculate_genowide_coverage(
bin_path = "tools/bedtools2/bin/bedtools",
bam = "",
verbose = FALSE,
output_dir = ""
)
|
bin_path |
Path to binary. Default tools/bedtools2/bin/bedtools |
bam |
Path to BAM file. |
verbose |
Enables progress messages. Default FALSE. |
output_dir |
Directory to output results. If not provided then outputs in current directory |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.