exp_loadFiles {explorase}R Documentation

Load files

Description

Loads a set of files into exploRase

Usage

exp_loadFiles(filenames, data_type = NULL, entity_type = "gene",
                     ignoreUnknown = TRUE)

Arguments

filenames filenames The paths to the files to load
data_type The data type ("data", "design", "info", "list")
entity_type The entity type (by default: "gene", "met", "prot"), only used if data_type is provided.
ignoreUnknown If FALSE, throw an error if the data/entity type cannot be determined for a file; otherwise, the file is ignored.

Details

If the data_type is specified, it is assumed that all the files are of the given data_type and entity_type. Otherwise, the types are autodetected based on file extensions.

Author(s)

Michael Lawrence <mflawren@fhcrc.org>


[Package explorase version 1.8.1 Index]