Description Usage Arguments Examples
Parser of DeepTools BamCounter for R
1 2 3 4 5 6 | bamCoverage(
deep_tools = "/imppc/labs/lplab/share/bin/anaconda3/bin/activate",
bam,
cores = 2,
out_path
)
|
deep_tools |
Path to the activate file of the deeptools virtual environment |
bam |
Bam file to generate the bam counts |
cores |
Number of cores used in the analysis |
out_path |
Path where to save the output bigWig. It will be saved with the same base name as bam and ".bw" extension. |
1 2 3 4 | out_path <- '/counts
bam <- '/raw/sample.bam
bamCoverage(bam, out_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.