View source: R/experiment_IO.R
save.experiment | R Documentation |
experiment
to discSave experiment
to disc
save.experiment(df, file)
df |
an ORFik |
file |
name of file to save df as |
NULL (experiment save only)
Other ORFik_experiment:
ORFik.template.experiment()
,
ORFik.template.experiment.zf()
,
bamVarName()
,
create.experiment()
,
experiment-class
,
filepath()
,
libraryTypes()
,
organism,experiment-method
,
outputLibs()
,
read.experiment()
,
validateExperiments()
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.