View source: R/Metadatacreation.R
load_experiments | R Documentation |
Loading data in R- If the data files are already on your computer, you can use this step.
load_experiments(directory, names = dir(directory), item.SimpleList = "rnaseq")
directory |
A character string that is the path to the directory where all the experiments to load, and not any other file, are stored in Rdata format. |
item.SimpleList |
If the experiments are wrapped in a SimpleList object, this is the accessor (character string or integer) of the actual experiment object within this SimpleList. The experiment is unwrapped from this SimpleList. |
The experiment should be either bulk-RNAseq(Summarized experiment) or microarray(ExpressionSet). WARNING: Different types of experiment should not be processed together. For example, one Summarized experiment with expressionSet experiment, otherwise it will cause an error in further steps.
A list of the loaded experiments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.