exp_loadFiles {explorase}R Documentation

Load files

Description

Loads a set of files into exploRase

Usage

exp_loadFiles(filenames, data_type, entity_type = "gene")

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.

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.6.0 Index]