save.experiment {ORFik} | 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.zf()
,
ORFik.template.experiment()
,
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")