bamVarNamePicker | R Documentation |
Get variable name per filepath in experiment
bamVarNamePicker(
df,
skip.replicate = FALSE,
skip.condition = FALSE,
skip.stage = FALSE,
skip.fraction = FALSE,
skip.experiment = FALSE,
skip.libtype = FALSE,
fraction_prepend_f = TRUE
)
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 |
fraction_prepend_f |
a logical (TRUE), include "f" in front of fraction, useful for knowing what fraction is. |
variable name of library (character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.