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/GenomicFormatExamples documentation built on May 6, 2019, 9:58 a.m.