exp_loadFiles {explorase} | R Documentation |
Loads a set of files into exploRase
exp_loadFiles(filenames, data_type = NULL, entity_type = "gene", ignoreUnknown = TRUE)
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 |
ignoreUnknown |
If |
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.
Michael Lawrence <mflawren@fhcrc.org>