Description Usage Arguments Value
View source: R/gather_sample_list.R
Return a list of subsetinput data based on specified data types, file paths, and sample names.
1 | gather_sample_list(data_types, input_files, sample_names)
|
data_types |
Character vector, for example "MLXP", "MLXP_promax", "MLXP_polycl" |
input_files |
Paths to data files from which to extract relevant data. Structured as a list, with each element of the list containing a character vector of paths corresponding to data_type of the same index. |
sample_names |
Sample names corresponding to relevant column names in data files. |
Named list. Name of each element is corresponding data_type. And value of each element is table of corresponding data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.