validateExperiments | R Documentation |
experiment
Check for valid existing, non-empty and all unique. A good way to see if your experiment is valid.
validateExperiments(df, library.names = bamVarName(df), validate_libs = TRUE)
df |
an ORFik |
library.names |
character vector, names of libraries, default: name_decider(df, naming) |
validate_libs |
logical, default TRUE. If FALSE, don't check that default files exists (i.e. bam files), useful if you are using pshifted ofst etc and don't have the bams anymore. |
invisible(NULL) (Stops if failed)
Other ORFik_experiment:
ORFik.template.experiment()
,
ORFik.template.experiment.zf()
,
bamVarName()
,
create.experiment()
,
experiment-class
,
filepath()
,
libraryTypes()
,
organism,experiment-method
,
outputLibs()
,
read.experiment()
,
save.experiment()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.