scale_01_fluidigm.Rd
Scale your fluidigm data in range 0 to 1. Run this function after `normalize()`.
scale_01_fluidigm(.data, .group)
.data | A `data.frame` produced by `read_fluidigm()` and normalized by `normalize()`. The columns required are: `sample_name`,`target_name` and `expression`. |
---|---|
.group | A column of `.data` that you want to use to group your expression values before scaling. |