bigWigToBedGraphCommand: bigWigToBedGraphCommand

Description Usage Arguments Author(s) Examples

Description

Get command line to run bigWigToBedGraph.

Usage

1
2
3
bigWigToBedGraphCommand(in.bigWig, 
    out.bedGraph, chrom = NULL, 
    start = NULL, end = NULL)

Arguments

in.bigWig

character string path to input bigWig file.

out.bedGraph

character string path to output bedGraph file.

chrom

character string, chromosome name to filter data.

start

start position to filter data.

end

end position to filter data.

Author(s)

Toby Dylan Hocking

Examples

1
2
PeakSegPipeline::bigWigToBedGraphCommand(
  "in.bigWig", "out.bedGraph", "chr1", 0, 100)

tdhock/PeakSegPipeline documentation built on March 3, 2020, 1:35 a.m.