out2exp | R Documentation |
This function will convert an experiment to another one by inverting the output files as input. The new output files will be generate depending on the new.output param
out2exp(obj, new.output = NULL)
obj |
a Experiment. The experiment to convert |
new.output |
either a character vector (or a matrix with two columns for paired experiments), NULL, or a function. If a character vector is provided, output file will be named accordingly otherwise the specified function will be used to convert input files into output ones. If NULL, the resulting experiment will hove no output. |
a Experiment
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.