View source: R/fct_01_load_data.R
input_data | R Documentation |
This function does the immediate loading of the data and sample info to present in the data preview table and the sample info table. The data undergoes very basic filtering and transformation before entering the table.
input_data(
expression_file,
experiment_file,
go_button,
demo_data_file,
demo_metadata_file
)
expression_file |
Data file path for the expression file, should be
accessed with |
experiment_file |
Data file path for the experiment file, should be
accessed with |
go_button |
TRUE/FALSE to load the demo data files |
demo_data_file |
Expression demo data path |
demo_metadata_file |
Experiment demo data path
|
This returns a list that contains the expression data and the sample information. If there is no experiment file it only returns the expression data.
Other load data functions:
convert_data()
,
gene_info()
,
get_all_gene_names()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.