Learn R Programming

SIMMS (version 1.3.2)

get.program.defaults: A utility function to return the inst/ directory of the installed package and other default settings

Description

A utility function to return the inst/ directory of the installed package to get the test datasets and other program related data contents

Usage

get.program.defaults(networks.database = "default")

Arguments

networks.database

Name of the pathway networks database. Default to NCI PID/Reactome/Biocarta i-e "default"

Value

Returns a list of paths to the input directories/files where the contents of this package are installed

Examples

Run this code
# NOT RUN {
program.data <- get.program.defaults();

# }

Run the code above in your browser using DataLab