exp-loadFiles-1w: Load files

Description Usage Arguments Details Author(s)

Description

Loads a set of files into exploRase

Usage

1
2
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>


explorase documentation built on Nov. 8, 2020, 7:04 p.m.