Description Usage Arguments Value See Also Examples
What will each sample be called given the columns of the experiment?
1 2 3 4 5 6 7 8 9 |
df |
an ORFik |
skip.replicate |
a logical (FALSE), don't include replicate in variable name. |
skip.condition |
a logical (FALSE), don't include condition in variable name. |
skip.stage |
a logical (FALSE), don't include stage in variable name. |
skip.fraction |
a logical (FALSE), don't include fraction |
skip.experiment |
a logical (FALSE), don't include experiment |
skip.libtype |
a logical (FALSE), don't include libtype |
variable names of libraries (character vector)
Other ORFik_experiment:
ORFik.template.experiment()
,
create.experiment()
,
experiment-class
,
filepath()
,
libraryTypes()
,
organism.df()
,
outputLibs()
,
read.experiment()
,
save.experiment()
,
validateExperiments()
1 2 3 4 5 6 7 | df <- ORFik.template.experiment()
bamVarName(df)
## without libtype
bamVarName(df, skip.libtype = TRUE)
## Without experiment name
bamVarName(df, skip.experiment = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.