et_renameColumns: et_renameColumns

Description Usage Arguments Value References See Also Examples

View source: R/et_renameColumns.R

Description

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().

Usage

1

Arguments

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.

Value

The same list of data frames, but with columns renamed to be specific to the condition.

References

None.

See Also

https://github.com/hancockinformatics/EssentialTnSeq

Examples

1
2
3
4
5
6
7
## Not run: 
  et_renameColumns(
    input_list = treatment1_list,
    condition = "treatment1"
  )

## End(Not run)

hancockinformatics/EssentialTnSeq documentation built on July 23, 2020, 9:56 a.m.