examplePath {cfDNAPro}R Documentation

Get path to cfDNAPro example folder.

Description

cfDNAPro package has sample files in 'inst/extdata' directory. This function helps get the path to the data.

Usage

examplePath(data = NULL)

Arguments

data

Name of data set. Such as "groups" or "step6". If 'NULL', the path of extdata folder will be returned.

Value

A string. (i.e. the path.)

Examples

examplePath()
examplePath("groups_picard")
examplePath("step6")

[Package cfDNAPro version 1.0.0 Index]