Description Usage Arguments Value See Also Examples
Save experiment to disc
1 |
df |
an ORFik |
file |
name of file to save df as |
NULL (experiment save only)
Other ORFik_experiment:
ORFik.template.experiment(),
bamVarName(),
create.experiment(),
experiment-class,
filepath(),
libraryTypes(),
organism.df(),
outputLibs(),
read.experiment(),
validateExperiments()
1 2 3 4 5 | df <- ORFik.template.experiment()
## Save with:
#save.experiment(df, file = "path/to/save/experiment.csv")
## Identical (.csv not needed, can be added):
#save.experiment(df, file = "path/to/save/experiment")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.