Skip to contents

miplicorn contains several example files in its 'inst/extdata' directory. This function can be used to access file paths.

Usage

miplicorn_example(path = NULL)

Arguments

path

Name of file. If NULL, all example files will be listed.

Examples

# Get path to one example
miplicorn_example("reference_AA_table.csv")
#> [1] "/home/runner/work/_temp/Library/miplicorn/extdata/reference_AA_table.csv"

# List all available examples
miplicorn_example()
#> [1] "PlasmoDB-53_Pfalciparum3D7.gff" "alternate_AA_table.csv"        
#> [3] "coverage_AA_table.csv"          "reference_AA_table.csv"