read_counter_region | R Documentation |
This function generates a WIG file.
read_counter_region(
bin_readcount = build_default_tool_binary_list()$bin_readcount,
bam = NULL,
region = NULL,
win = 5e+05,
mapq = 20,
format = "wig",
...
)
bin_readcount |
Path to readCounter executable. Default path tools/hmmcopy_utils/bin/readCounter. |
bam |
Path to the BAM file . |
win |
Size of non overlaping windows. Default 500000. |
format |
Output format wig/seg . Default wig |
bin_samtools |
Path to readCounter executable. Default path tools/samtools/samtools. |
output_dir |
Path to the output directory. |
chrs |
String of chromosomes to include. c() |
threads |
Number of threads to use. Default 3 |
verbose |
Enables progress messages. Default False. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.