Description Usage Arguments Value References See Also Examples
View source: R/et_renameColumns.R
Renames columns of all data frames in a list based on the name
of the list element containing those data frames. Designed to use the
output from EssentialTnSeq::et_readFiles()
.
1 | et_renameColumns(input_list, condition)
|
input_list |
Named list of data frames for a given condition, with each data frame corresponding to a different replicate. |
condition |
Condition name (string) for the given list. |
The same list of data frames, but with columns renamed to be specific to the condition.
None.
https://github.com/hancockinformatics/EssentialTnSeq
1 2 3 4 5 6 7 | ## Not run:
et_renameColumns(
input_list = treatment1_list,
condition = "treatment1"
)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.