get_demo_file: Get the file path to a specific file format demo file.

Description Usage Arguments Value Examples

Description

Available format: * bed * narrowPeak * broadPeak

Usage

1
get_demo_file(format = c("bed", "narrowPeak", "broadPeak"))

Arguments

format

The file format to return. Default: "bed"

Value

The path to the file corresponding to the specified file format.

Examples

1
2
get_demo_file() # Return path to bed file by default
get_demo_file(format = "narrowPeak")

CharlesJB/peakimport documentation built on June 3, 2019, 5:47 p.m.